oculus1
diff Makefile @ 5:681046a82ed2
foo
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Sun, 15 Sep 2013 05:01:38 +0300 |
parents | 59fc487ba58e |
children | f3672317e5c2 |
line diff
1.1 --- a/Makefile Sun Sep 15 04:47:12 2013 +0300 1.2 +++ b/Makefile Sun Sep 15 05:01:38 2013 +0300 1.3 @@ -8,7 +8,7 @@ 1.4 1.5 1.6 CXXFLAGS = -Wall -g -I/usr/local/include $(ovr_include) -DUSE_OVR 1.7 -LDFLAGS = -L/usr/local/lib $(libgl) $(ovrlibs) -lm 1.8 +LDFLAGS = -L/usr/local/lib $(libgl) $(ovrlibs) -lvmath -lm 1.9 1.10 ifeq ($(shell uname -s), Darwin) 1.11 libgl = -framework OpenGL -framework GLUT -lGLEW