diff options
| author | Felix Arends <edx@rockbox.org> | 2002-08-07 15:55:40 +0000 |
|---|---|---|
| committer | Felix Arends <edx@rockbox.org> | 2002-08-07 15:55:40 +0000 |
| commit | d823f22cc05c4626af28fc51a70186f3c77f8623 (patch) | |
| tree | 1d0de363a8673617adb7a5a6fc84948c78657be9 | |
| parent | 23d0b5d65a8103f401991da373cfc5ea5086e8df (diff) | |
| download | rockbox-d823f22cc05c4626af28fc51a70186f3c77f8623.zip rockbox-d823f22cc05c4626af28fc51a70186f3c77f8623.tar.gz rockbox-d823f22cc05c4626af28fc51a70186f3c77f8623.tar.bz2 rockbox-d823f22cc05c4626af28fc51a70186f3c77f8623.tar.xz | |
win32 up to date
included powermgmt.cpp
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1597 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | uisimulator/win32/Makefile.vc6 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/uisimulator/win32/Makefile.vc6 b/uisimulator/win32/Makefile.vc6 index 68c5c26..13ae65e 100644 --- a/uisimulator/win32/Makefile.vc6 +++ b/uisimulator/win32/Makefile.vc6 @@ -48,6 +48,7 @@ SRCS = *.c \ $(DRIVERS)/lcd.c $(DRIVERS)/power.c \ $(APPDIR)*.c \ $(FIRMWAREDIR)/chartables.c $(FIRMWAREDIR)/id3.c $(FIRMWAREDIR)/usb.c $(FIRMWAREDIR)/mpeg.c \ + $(FIRMWAREDIR)/powermgmt.c \ $(COMMON)/sprintf.c $(COMMON)/strtok.c !IF ("$(DISPLAY)" == "-DHAVE_LCD_BITMAP") |