X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2FABM2.git;a=blobdiff_plain;f=ABM2%2FMakefile;h=91782ea944b50e43cbcec24d2d19c84359bace0e;hp=e8997e35f6f373aef1124c6c9d665fd08f3201eb;hb=b17f47041c9259eb6b7487df06da0be5fc5d1609;hpb=74b9a225eda4a9c8d97da9f374fd444b3823e5c1 diff --git a/ABM2/Makefile b/ABM2/Makefile index e8997e3..91782ea 100644 --- a/ABM2/Makefile +++ b/ABM2/Makefile @@ -1,11 +1,11 @@ MAKE := make -CFLAGS := -I. -DWITH_SDL $(shell pkg-config --cflags ftgl) +CFLAGS := -I. -DWITH_SDL $(shell pkg-config --cflags ftgl) -g -O0 LDFLAGS := -lSDL $(shell pkg-config --libs ftgl) -lGL -lGLU -lILUT OBJS := main.o Engine/Log.o SchemeReader.o Engine/Settings.o \ Engine/mmanager.o Engine/Kernel.o Engine/ProfileLogHandler.o \ Engine/VideoUpdate.o Engine/GlobalTimer.o Engine/SoundTask.o \ Engine/profiler.o Playground.o Engine/InputTask.o \ - Amaltheia/Graphics.o + Amaltheia/Graphics.o Amaltheia/Sprite.o #include these in linking. Linking with -lftgl doesn't work for some stupid reason... EXTRA_OBJS := /usr/lib/libftgl.a