dungeon_crawler
diff prototype/Makefile @ 11:e5567ddbf2ef
- Texture set (texture manager)
- materials
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Sun, 19 Aug 2012 03:11:36 +0300 |
parents | 252a00508411 |
children | e95462632f9a |
line diff
1.1 --- a/prototype/Makefile Sat Aug 18 03:47:13 2012 +0300 1.2 +++ b/prototype/Makefile Sun Aug 19 03:11:36 2012 +0300 1.3 @@ -6,7 +6,7 @@ 1.4 1.5 CFLAGS = -pedantic -Wall -g -Ivmath 1.6 CXXFLAGS = $(CFLAGS) -std=c++11 1.7 -LDFLAGS = $(libgl) -lm -lassimp 1.8 +LDFLAGS = $(libgl) -lm -lassimp -limago 1.9 1.10 ifeq ($(shell uname -s), Darwin) 1.11 libgl = -framework OpenGL -framework GLUT -lglew