till working on the configuration tool

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@128 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Adrien Destugues
2008-09-10 10:44:41 +00:00
parent 683364bc10
commit 9667f8ab6d
2 changed files with 136 additions and 15 deletions

View File

@@ -1,5 +1,5 @@
COPT = -c `sdl-config --cflags` -Wall
LOPT = `sdl-config --libs` -lSDL_image -lSDL_gfx
COPT = -c `sdl-config --cflags` -Wall -g
LOPT = `sdl-config --libs` -lSDL_image -lSDL_gfx -g
gfxcfg: gfxcfg.o SFont.o
gcc gfxcfg.o SFont.o -o gfxcfg $(LOPT)