dungeon_crawler
diff prototype/Makefile.in @ 57:508540dae114
build crap
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Fri, 21 Sep 2012 01:05:35 +0300 |
parents | aa9e28670ae2 |
children | aa86119e3295 |
line diff
1.1 --- a/prototype/Makefile.in Thu Sep 20 10:04:25 2012 +0300 1.2 +++ b/prototype/Makefile.in Fri Sep 21 01:05:35 2012 +0300 1.3 @@ -15,9 +15,9 @@ 1.4 1.5 inc = -I. -Isrc -Ivmath -Idrawtext -Ikdtree `pkg-config --cflags freetype2` 1.6 1.7 -CFLAGS = -pedantic $(warn) $(dbg) $(opt) $(inc) 1.8 +CFLAGS = -pedantic $(warn) $(dbg) $(prof) $(opt) $(inc) 1.9 CXXFLAGS = $(CFLAGS) $(cxx11_cflags) 1.10 -LDFLAGS = $(cxx11_ldflags) $(libgl) $(libal) -lvorbisfile -lm -lassimp -limago -lpsys `pkg-config --libs freetype2` 1.11 +LDFLAGS = $(cxx11_ldflags) $(prof) $(libgl) $(libal) -lvorbisfile -lm -lassimp -limago -lpsys `pkg-config --libs freetype2` 1.12 1.13 ifeq ($(shell uname -s), Darwin) 1.14 libgl = -framework OpenGL -framework GLUT -lglew