Still working on the config. Full list of options, but does not scroll

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@137 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Adrien Destugues
2008-09-12 11:27:21 +00:00
parent 78cfc787ad
commit 996814641d
3 changed files with 703 additions and 158 deletions

View File

@@ -4,7 +4,7 @@ LOPT = `sdl-config --libs` -lSDL_image -lSDL_gfx -g
gfxcfg: gfxcfg.o SFont.o
gcc gfxcfg.o SFont.o -o gfxcfg $(LOPT)
gfxcfg.o: gfxcfg.c SFont.h
gfxcfg.o: gfxcfg.c SFont.h scancodes.h
gcc gfxcfg.c -o gfxcfg.o $(COPT)
SFont.o: SFont.h SFont.c