diff options
| author | Felix Arends <edx@rockbox.org> | 2002-06-26 14:28:57 +0000 |
|---|---|---|
| committer | Felix Arends <edx@rockbox.org> | 2002-06-26 14:28:57 +0000 |
| commit | 70f9cccdcdbd7e0534e564191b0eaee8fce48b7b (patch) | |
| tree | 7ab20249eb99b9f9d0335176da2e47f09d64befa /uisimulator | |
| parent | 88c861ed4106ca0ae50b93056d706bb66138386b (diff) | |
| download | rockbox-70f9cccdcdbd7e0534e564191b0eaee8fce48b7b.zip rockbox-70f9cccdcdbd7e0534e564191b0eaee8fce48b7b.tar.gz rockbox-70f9cccdcdbd7e0534e564191b0eaee8fce48b7b.tar.bz2 rockbox-70f9cccdcdbd7e0534e564191b0eaee8fce48b7b.tar.xz | |
adjusted for auto cvs compile
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1200 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'uisimulator')
| -rw-r--r-- | uisimulator/win32/makefile | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/uisimulator/win32/makefile b/uisimulator/win32/makefile index 09bac5b..969f3a6 100644 --- a/uisimulator/win32/makefile +++ b/uisimulator/win32/makefile @@ -27,11 +27,13 @@ APPDIR = ../../apps/ RECDIR = $(APPDIR)recorder/ RM = del +!IF ("$(TARGET)" == "RECORDER") +DISPLAY = -DHAVE_LCD_BITMAP +KEYPAD = -DHAVE_RECORDER_KEYPAD +!ELSE DISPLAY = -DHAVE_LCD_CHARCELLS -#DISPLAY = -DHAVE_LCD_BITMAP - KEYPAD = -DHAVE_PLAYER_KEYPAD -#KEYPAD = -DHAVE_RECORDER_KEYPAD +!ENDIF CC = cl RC = rc @@ -62,4 +64,5 @@ uisw32.exe: $(SRCS:.c=.obj) clean: $(RM) *.obj - $(RM) uisw32.res
\ No newline at end of file + $(RM) uisw32.res + $(RM) uisw32.exe
\ No newline at end of file |