Fixed win32 build problems.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2371 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
86f9a8410b
commit
d4e2ee56ef
2 changed files with 2 additions and 1 deletions
|
@ -121,4 +121,5 @@ void lcd_putc(int x, int y, unsigned char ch)
|
|||
|
||||
void lcd_set_contrast( int x )
|
||||
{
|
||||
(void)x;
|
||||
}
|
||||
|
|
|
@ -166,7 +166,7 @@ $(OBJDIR)/lang.o: $(APPDIR)/lang/$(LANGUAGE).lang
|
|||
$(TOOLSDIR)/genlang -p=$(OBJDIR)/lang $<
|
||||
$(CC) $(CFLAGS) -c $(OBJDIR)/lang.c -o $@
|
||||
|
||||
$(OBJDIR)/lcd.o: $(DRIVERS)/lcd-recorder.c
|
||||
$(OBJDIR)/lcd-recorder.o: $(DRIVERS)/lcd-recorder.c
|
||||
$(CC) $(APPCFLAGS) -DHAVE_LCD_BITMAP -c $< -o $@
|
||||
|
||||
$(OBJDIR)/power.o: $(DRIVERS)/power.c
|
||||
|
|
Loading…
Reference in a new issue