X-Git-Url: http://git.mutantstargoat.com?a=blobdiff_plain;f=Makefile;h=a132c3ff1c7d42158d99e5de0432d9501eff8517;hb=2a5665e9005d05c8d30747f1fcb2c41d0a8f27c8;hp=a894e528ab4cb9564de7b9e31d0841817a9c7d22;hpb=65eda3d5a8e4ad8d28bda12cace044628c1a69be;p=winnie diff --git a/Makefile b/Makefile index a894e52..a132c3f 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ dbg = -g opt = -O0 inc = -Isrc -backend = SDL +#backend = SDL ifeq ($(backend), SDL) def = -DWINNIE_SDL @@ -17,8 +17,8 @@ else endif CXX = g++ -CXXFLAGS = -pedantic -Wall $(dbg) $(opt) $(inc) $(def) -LDFLAGS = $(libs) +CXXFLAGS = -pedantic -Wall $(dbg) $(opt) $(inc) $(def) `freetype-config --cflags` +LDFLAGS = $(libs) `freetype-config --libs` $(bin): $(obj) $(CXX) -o $@ $(obj) $(LDFLAGS)