mirror of
git://projects.qi-hardware.com/gmenu2x.git
synced 2024-11-22 19:03:44 +02:00
Merge branch 'install_locations' of projects.qi-hardware.com:gmenu2x into install_locations
This commit is contained in:
commit
d0a24ac5ce
@ -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@
|
||||
|
@ -2,6 +2,8 @@
|
||||
#ifndef DEBUG_H
|
||||
#define DEBUG_H
|
||||
|
||||
#include <cstdio>
|
||||
|
||||
#define NODEBUG_L 0
|
||||
#define ERROR_L 1
|
||||
#define WARNING_L 2
|
||||
|
Loading…
Reference in New Issue
Block a user