X-Git-Url: http://git.mutantstargoat.com?a=blobdiff_plain;f=Makefile;h=424218728adff5a1cca9789e6340190ab83712ef;hb=5984d5479693fd7519674a5bc40ebf804f8d0a46;hp=ad3fd6c480e5226ef1931d1950e0c52b08026887;hpb=29a5d0c43628aac78adba856e96b8a38b95ad59d;p=winnie diff --git a/Makefile b/Makefile index ad3fd6c..4242187 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)