mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
adjusted for auto cvs compile
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1200 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
88c861ed41
commit
70f9cccdcd
1 changed files with 7 additions and 4 deletions
|
|
@ -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
|
||||
$(RM) uisw32.res
|
||||
$(RM) uisw32.exe
|
||||
Loading…
Add table
Add a link
Reference in a new issue