summaryrefslogtreecommitdiff
path: root/uisimulator
diff options
context:
space:
mode:
authorKjell Ericson <kjell@haxx.se>2002-10-17 18:38:32 +0000
committerKjell Ericson <kjell@haxx.se>2002-10-17 18:38:32 +0000
commitfdb7b4177132e2c487cd8790e8fd21dc56084f50 (patch)
tree09a9e44c408c7736ea4a96caa88cbe3b21e44c57 /uisimulator
parent5fddbf488ae56dacc3f2855f481f85012247738b (diff)
downloadrockbox-fdb7b4177132e2c487cd8790e8fd21dc56084f50.tar.gz
rockbox-fdb7b4177132e2c487cd8790e8fd21dc56084f50.zip
The simulated version shall not have a BITMAP_LCD any more (fucked up the screen).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2706 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'uisimulator')
-rw-r--r--uisimulator/x11/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/uisimulator/x11/Makefile b/uisimulator/x11/Makefile
index e0dc896087..0cf3a66ded 100644
--- a/uisimulator/x11/Makefile
+++ b/uisimulator/x11/Makefile
@@ -299,7 +299,7 @@ $(OBJDIR)/power.o: $(DRIVERS)/power.c
299 $(CC) $(CFLAGS) -c $< -o $@ 299 $(CC) $(CFLAGS) -c $< -o $@
300 300
301$(OBJDIR)/lcd-playersim.o: ../common/lcd-playersim.c 301$(OBJDIR)/lcd-playersim.o: ../common/lcd-playersim.c
302 $(CC) $(CFLAGS) -DHAVE_LCD_BITMAP -c $< -o $@ 302 $(CC) $(CFLAGS) -c $< -o $@
303 303
304# these ones are simulator-specific 304# these ones are simulator-specific
305 305