From 70f9cccdcdbd7e0534e564191b0eaee8fce48b7b Mon Sep 17 00:00:00 2001 From: Felix Arends Date: Wed, 26 Jun 2002 14:28:57 +0000 Subject: adjusted for auto cvs compile git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1200 a1c6a512-1295-4272-9138-f99709370657 --- uisimulator/win32/makefile | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/uisimulator/win32/makefile b/uisimulator/win32/makefile index 09bac5be93..969f3a6e62 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 -- cgit v1.2.3