[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [11186] branches/soc-2007-maike/extern/ bFTGL/src/Makefile: Makefile fix so that FTGL can find the glew header file .

Chris Want cwant at ualberta.ca
Fri Jul 6 17:51:59 CEST 2007


Revision: 11186
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=11186
Author:   hos
Date:     2007-07-06 17:51:58 +0200 (Fri, 06 Jul 2007)

Log Message:
-----------
Makefile fix so that FTGL can find the glew header file.

Modified Paths:
--------------
    branches/soc-2007-maike/extern/bFTGL/src/Makefile

Modified: branches/soc-2007-maike/extern/bFTGL/src/Makefile
===================================================================
--- branches/soc-2007-maike/extern/bFTGL/src/Makefile	2007-07-06 14:03:34 UTC (rev 11185)
+++ branches/soc-2007-maike/extern/bFTGL/src/Makefile	2007-07-06 15:51:58 UTC (rev 11186)
@@ -46,6 +46,7 @@
 
 include nan_compile.mk 
 CPPFLAGS += -I../include
+CPPFLAGS += -I$(NAN_GLEW)/include
 CPPFLAGS += -I$(NAN_FREETYPE)/include -I$(NAN_FREETYPE)/include/freetype2 
 
 install: all debug





More information about the Bf-blender-cvs mailing list