1
0
mirror of git://projects.qi-hardware.com/gmenu2x.git synced 2024-07-02 18:32:20 +03:00

Merge branch 'install_locations' of projects.qi-hardware.com:gmenu2x into install_locations

This commit is contained in:
Ayla 2011-04-14 11:26:24 +02:00
commit d0a24ac5ce
2 changed files with 3 additions and 5 deletions

View File

@ -31,8 +31,4 @@ AM_CXXFLAGS = @CXXFLAGS@ @SDL_CFLAGS@ -DTARGET_GP2X \
-fno-exceptions \
-Wall -Wextra -Wundef -Wunused-macros
gmenu2x_LDADD = @LIBS@ @SDL_LIBS@ -lSDL_image -lSDL_gfx -lSDL -ljpeg -lpng12 -lz -ldl -lpthread
gmenu2x_LDFLAGS = -lSDL_image -lSDL_gfx -lSDL -ljpeg -lpng12 -lz -ldl -lpthread
gmenu2x_LIBS = @LIBS@ @SDL_LIBS@ -lSDL_image -lSDL_gfx -lSDL -ljpeg -lpng12 -lz -ldl -lpthread
gmenu2x_LDADD = @LIBS@ @SDL_LIBS@

View File

@ -2,6 +2,8 @@
#ifndef DEBUG_H
#define DEBUG_H
#include <cstdio>
#define NODEBUG_L 0
#define ERROR_L 1
#define WARNING_L 2