Start of the new configuration file engine. Still needs some work. See "cfg" folder for the old pascal version.
git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@126 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
11
cfg_new/Makefile
Normal file
11
cfg_new/Makefile
Normal file
@@ -0,0 +1,11 @@
|
||||
COPT = -c `sdl-config --cflags` -Wall
|
||||
LOPT = `sdl-config --libs` -lSDL_image -lSDL_gfx
|
||||
|
||||
gfxcfg: gfxcfg.o SFont.o
|
||||
gcc gfxcfg.o SFont.o -o gfxcfg $(LOPT)
|
||||
|
||||
gfxcfg.o: gfxcfg.c SFont.h
|
||||
gcc gfxcfg.c -o gfxcfg.o $(COPT)
|
||||
|
||||
SFont.o: SFont.h SFont.c
|
||||
gcc SFont.c -o SFont.o $(COPT)
|
||||
Reference in New Issue
Block a user