diff options
| author | Björn Stenberg <bjorn@haxx.se> | 2002-08-13 17:42:51 +0000 |
|---|---|---|
| committer | Björn Stenberg <bjorn@haxx.se> | 2002-08-13 17:42:51 +0000 |
| commit | 3f8879767101200069829059139c72825a31c72e (patch) | |
| tree | 672ea17c0d242ee9d0dae9e403aaf85a61a9ddc9 | |
| parent | 69194656475631e6ef704fbeb8803cd5d10d1db4 (diff) | |
| download | rockbox-3f8879767101200069829059139c72825a31c72e.zip rockbox-3f8879767101200069829059139c72825a31c72e.tar.gz rockbox-3f8879767101200069829059139c72825a31c72e.tar.bz2 rockbox-3f8879767101200069829059139c72825a31c72e.tar.xz | |
Corrective brain surgery
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1721 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | uisimulator/win32/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uisimulator/win32/Makefile b/uisimulator/win32/Makefile index abd730c..e7feecd 100644 --- a/uisimulator/win32/Makefile +++ b/uisimulator/win32/Makefile @@ -60,7 +60,7 @@ CFLAGS = $(DEBUG) $(DEFINES) $(INCLUDES) -W -Wall APPCFLAGS = $(DEBUG) $(DEFINES) $(APPINCLUDES) -W -Wall FIRMSRCS = chartables.c lcd.c power.c sprintf.c id3.c usb.c \ - mpeg.c powermgmt.c stubs.c + mpeg.c powermgmt.c APPS = main.c tree.c menu.c credits.c main_menu.c\ playlist.c showtext.c wps.c settings.c status.c |