Date:2010-06-19 02:35:57 (13 years 9 months ago)
Author:Maarten ter Huurne
Commit:29b827735bbe843cc99c33d9acaf0fd453e3a9e7
Message:Enabled code specific for embedded devices and enable more warnings.

It's confusing that the macro for enabling the embedded features is named TARGET_GP2X, but that's something to fix later.
Files: src/Makefile.am (1 diff)

Change Details

src/Makefile.am
2525
2626AM_CFLAGS= @CFLAGS@ @SDL_CFLAGS@
2727
28AM_CXXFLAGS = @CXXFLAGS@ @SDL_CFLAGS@ -Isparsehash-1.6/src
28AM_CXXFLAGS = @CXXFLAGS@ @SDL_CFLAGS@ -Isparsehash-1.6/src -DTARGET_GP2X \
29    -Wall -Wextra -Wundef -Wunused-macros
2930
3031gmenu2x_LDADD = @LIBS@ @SDL_LIBS@ -lfreetype -lSDL_image -lSDL_ttf -lSDL_gfx -lSDL -ljpeg -lpng12 -lz -ldl -lpthread
3132

Archive Download the corresponding diff file



interactive