working win32sim makefile (for player)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2722 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
5cb429ec60
commit
57dcf0bb78
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ SRCS = *.c \
|
|||
!IF ("$(DISPLAY)" == "-DHAVE_LCD_BITMAP")
|
||||
SRCS = $(SRCS) $(RECDIR)*.c $(DRIVERS)/lcd-recorder.c
|
||||
!ELSE
|
||||
SRCS = $(SRCS) $(APPSCOMMON)/lcd-playersim.c
|
||||
SRCS = $(SRCS) $(APPSCOMMON)/lcd-playersim.c $(DRIVERS)/lcd-player.c
|
||||
!ENDIF
|
||||
|
||||
OBJS = lang.obj $(SRCS:.c=.obj) uisw32.res
|
||||
|
|
Loading…
Reference in a new issue