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
This commit is contained in:
Kjell Ericson 2002-10-17 18:38:32 +00:00
parent 5fddbf488a
commit fdb7b41771

View file

@ -299,7 +299,7 @@ $(OBJDIR)/power.o: $(DRIVERS)/power.c
$(CC) $(CFLAGS) -c $< -o $@ $(CC) $(CFLAGS) -c $< -o $@
$(OBJDIR)/lcd-playersim.o: ../common/lcd-playersim.c $(OBJDIR)/lcd-playersim.o: ../common/lcd-playersim.c
$(CC) $(CFLAGS) -DHAVE_LCD_BITMAP -c $< -o $@ $(CC) $(CFLAGS) -c $< -o $@
# these ones are simulator-specific # these ones are simulator-specific