mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 20:55:17 -05:00
fix the Makefile to provide the correct include path so that SOURCES work
properly and the correct languages are built... git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16349 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
8308d1b305
commit
33048907d4
2 changed files with 10 additions and 3 deletions
|
|
@ -7,6 +7,9 @@
|
||||||
# $Id$
|
# $Id$
|
||||||
#
|
#
|
||||||
|
|
||||||
|
INCLUDES= $(TARGET_INC) -I$(FIRMDIR)/include -I$(FIRMDIR)/export \
|
||||||
|
-I. -I$(BUILDDIR) -I$(OBJDIR)
|
||||||
|
|
||||||
# the header we generate
|
# the header we generate
|
||||||
HEADER = $(BUILDDIR)/max_language_size.h
|
HEADER = $(BUILDDIR)/max_language_size.h
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,3 @@
|
||||||
#ifdef HAVE_LCD_BITMAP /* Not for the Player */
|
|
||||||
*.lang
|
|
||||||
#else
|
|
||||||
afrikaans.lang
|
afrikaans.lang
|
||||||
bulgarian.lang
|
bulgarian.lang
|
||||||
catala.lang
|
catala.lang
|
||||||
|
|
@ -18,6 +15,8 @@ greek.lang
|
||||||
hebrew.lang
|
hebrew.lang
|
||||||
islenska.lang
|
islenska.lang
|
||||||
italiano.lang
|
italiano.lang
|
||||||
|
japanese.lang
|
||||||
|
korean.lang
|
||||||
magyar.lang
|
magyar.lang
|
||||||
nederlands.lang
|
nederlands.lang
|
||||||
norsk.lang
|
norsk.lang
|
||||||
|
|
@ -32,4 +31,9 @@ svenska.lang
|
||||||
tagalog.lang
|
tagalog.lang
|
||||||
turkce.lang
|
turkce.lang
|
||||||
wallisertitsch.lang
|
wallisertitsch.lang
|
||||||
|
#ifdef HAVE_LCD_BITMAP /* Not for the Player */
|
||||||
|
chinese-simp.lang
|
||||||
|
chinese-trad.lang
|
||||||
|
hindi.lang
|
||||||
|
thai.lang
|
||||||
#endif /* HAVE_LCD_BITMAP */
|
#endif /* HAVE_LCD_BITMAP */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue