X-Git-Url: http://git.mutantstargoat.com?a=blobdiff_plain;f=Makefile;h=a132c3ff1c7d42158d99e5de0432d9501eff8517;hb=695cf39b73ecc76cbbc39e54f844ae55f4a9f938;hp=a894e528ab4cb9564de7b9e31d0841817a9c7d22;hpb=ecb25bb23fcd6f98fb049297483e312c84fd7b5b;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)