summaryrefslogtreecommitdiff
path: root/uisimulator/win32/Makefile
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2002-08-27 22:49:13 +0000
committerBjörn Stenberg <bjorn@haxx.se>2002-08-27 22:49:13 +0000
commitaf406a1f6d5f3065772350fab82033ba7f56dc1b (patch)
tree9d3a623ee9f978e6a6311e3072eca5c6e1d9678b /uisimulator/win32/Makefile
parent3478d9b8e4005efb034fa26adc024341fc38644d (diff)
downloadrockbox-af406a1f6d5f3065772350fab82033ba7f56dc1b.tar.gz
rockbox-af406a1f6d5f3065772350fab82033ba7f56dc1b.zip
Made LCD_PROPFONTS default on recorder
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2016 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'uisimulator/win32/Makefile')
-rw-r--r--uisimulator/win32/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/uisimulator/win32/Makefile b/uisimulator/win32/Makefile
index 7282afdc24..a45a4a6be6 100644
--- a/uisimulator/win32/Makefile
+++ b/uisimulator/win32/Makefile
@@ -36,12 +36,6 @@ OBJDIR = .
36 36
37TARGET = $(OBJDIR)/uisw32.exe 37TARGET = $(OBJDIR)/uisw32.exe
38 38
39#DISPLAY = -DHAVE_LCD_CHARCELLS
40DISPLAY = -DHAVE_LCD_BITMAP
41
42#KEYPAD = -DHAVE_PLAYER_KEYPAD
43KEYPAD = -DHAVE_RECORDER_KEYPAD
44
45DEFINES = -DHAVE_CONFIG_H -DGETTIMEOFDAY_TWO_ARGS -DSIMULATOR \ 39DEFINES = -DHAVE_CONFIG_H -DGETTIMEOFDAY_TWO_ARGS -DSIMULATOR \
46$(KEYPAD) $(DISPLAY) -DAPPSVERSION=\"$(VERSION)\" 40$(KEYPAD) $(DISPLAY) -DAPPSVERSION=\"$(VERSION)\"
47 41
@@ -68,6 +62,7 @@ APPS = main.c tree.c menu.c credits.c main_menu.c\
68MENUS = games_menu.c screensavers_menu.c settings_menu.c sound_menu.c 62MENUS = games_menu.c screensavers_menu.c settings_menu.c sound_menu.c
69 63
70ifeq ($(DISPLAY),-DHAVE_LCD_BITMAP) 64ifeq ($(DISPLAY),-DHAVE_LCD_BITMAP)
65 DEFINES += -DLCD_PROPFONTS
71 APPS += tetris.c sokoban.c blank.c bounce.c boxes.c icons.c bmp.c \ 66 APPS += tetris.c sokoban.c blank.c bounce.c boxes.c icons.c bmp.c \
72 widgets.c wormlet.c 67 widgets.c wormlet.c
73endif 68endif