dungeon_crawler

diff prototype/Makefile.in @ 38:862461b686f4

start work on particle systems
author John Tsiombikas <nuclear@member.fsf.org>
date Wed, 29 Aug 2012 03:22:36 +0300
parents f5fb04fe12cd
children d52711f2b9a1
line diff
     1.1 --- a/prototype/Makefile.in	Wed Aug 29 01:04:01 2012 +0300
     1.2 +++ b/prototype/Makefile.in	Wed Aug 29 03:22:36 2012 +0300
     1.3 @@ -10,7 +10,7 @@
     1.4  
     1.5  CFLAGS = -pedantic $(warn) $(dbg) $(opt) $(inc)
     1.6  CXXFLAGS = $(CFLAGS) $(cxx11_cflags)
     1.7 -LDFLAGS = $(cxx11_ldflags) $(libgl) -lm -lassimp -limago `pkg-config --libs freetype2`
     1.8 +LDFLAGS = $(cxx11_ldflags) $(libgl) -lm -lassimp -limago -lpsys `pkg-config --libs freetype2`
     1.9  
    1.10  ifeq ($(shell uname -s), Darwin)
    1.11  	libgl = -framework OpenGL -framework GLUT -lglew