[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [11196] branches/soc-2007-maike: Modifications to the Makefiles to find glew.

Chris Want cwant at ualberta.ca
Mon Jul 9 17:59:07 CEST 2007


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

Log Message:
-----------
Modifications to the Makefiles to find glew. Do not compile blender
with the gameengine enabled (note to student: you should ensure that
your work is compatible with the game engine as soon as possible.
Please talk to Charlie or Erwin if you need help).

Modified Paths:
--------------
    branches/soc-2007-maike/intern/bmfont/intern/Makefile
    branches/soc-2007-maike/intern/ghost/intern/Makefile
    branches/soc-2007-maike/source/blender/blenkernel/intern/Makefile
    branches/soc-2007-maike/source/blender/ftfont/intern/Makefile
    branches/soc-2007-maike/source/blender/nodes/intern/CMP_nodes/Makefile
    branches/soc-2007-maike/source/blender/nodes/intern/Makefile
    branches/soc-2007-maike/source/blender/nodes/intern/SHD_nodes/Makefile
    branches/soc-2007-maike/source/blender/python/api2_2x/Makefile
    branches/soc-2007-maike/source/blender/radiosity/intern/source/Makefile
    branches/soc-2007-maike/source/creator/Makefile

Modified: branches/soc-2007-maike/intern/bmfont/intern/Makefile
===================================================================
--- branches/soc-2007-maike/intern/bmfont/intern/Makefile	2007-07-08 21:10:11 UTC (rev 11195)
+++ branches/soc-2007-maike/intern/bmfont/intern/Makefile	2007-07-09 15:59:06 UTC (rev 11196)
@@ -41,4 +41,5 @@
 CPPFLAGS += -I.
 CPPFLAGS += -I..
 CPPFLAGS += -I$(OPENGL_HEADERS)
+CPPFLAGS += -I$(NAN_GLEW)/include
 

Modified: branches/soc-2007-maike/intern/ghost/intern/Makefile
===================================================================
--- branches/soc-2007-maike/intern/ghost/intern/Makefile	2007-07-08 21:10:11 UTC (rev 11195)
+++ branches/soc-2007-maike/intern/ghost/intern/Makefile	2007-07-09 15:59:06 UTC (rev 11196)
@@ -61,6 +61,7 @@
 
 CPPFLAGS += -I$(NAN_STRING)/include
 CPPFLAGS += -I$(NAN_MEMUTIL)/include
+CPPFLAGS += -I$(NAN_GLEW)/include
 CPPFLAGS += -I..
 CPPFLAGS += -I$(OPENGL_HEADERS)
 

Modified: branches/soc-2007-maike/source/blender/blenkernel/intern/Makefile
===================================================================
--- branches/soc-2007-maike/source/blender/blenkernel/intern/Makefile	2007-07-08 21:10:11 UTC (rev 11195)
+++ branches/soc-2007-maike/source/blender/blenkernel/intern/Makefile	2007-07-09 15:59:06 UTC (rev 11196)
@@ -56,6 +56,7 @@
 CPPFLAGS += -I../../python
 # also avi is used
 CPPFLAGS += -I../../avi
+CPPFLAGS += -I$(NAN_GLEW)/include
 CPPFLAGS += -I$(NAN_GUARDEDALLOC)/include
 
 # we still refer to /include a bit...

Modified: branches/soc-2007-maike/source/blender/ftfont/intern/Makefile
===================================================================
--- branches/soc-2007-maike/source/blender/ftfont/intern/Makefile	2007-07-08 21:10:11 UTC (rev 11195)
+++ branches/soc-2007-maike/source/blender/ftfont/intern/Makefile	2007-07-09 15:59:06 UTC (rev 11196)
@@ -48,6 +48,7 @@
 CPPFLAGS += -I../../blenlib
 CPPFLAGS += -I$(NAN_FTGL)/include
 CPPFLAGS += -I$(NAN_FTGL)/include/FTGL
+CPPFLAGS += -I$(NAN_GLEW)/include
 CPPFLAGS += -I$(NAN_GETTEXT)/include
 CPPFLAGS += -I$(NAN_FREETYPE)/include
 ifeq ($(OS), windows)

Modified: branches/soc-2007-maike/source/blender/nodes/intern/CMP_nodes/Makefile
===================================================================
--- branches/soc-2007-maike/source/blender/nodes/intern/CMP_nodes/Makefile	2007-07-08 21:10:11 UTC (rev 11195)
+++ branches/soc-2007-maike/source/blender/nodes/intern/CMP_nodes/Makefile	2007-07-09 15:59:06 UTC (rev 11196)
@@ -44,6 +44,7 @@
 
 CPPFLAGS += -I../../../blenkernel
 CPPFLAGS += -I$(NAN_GUARDEDALLOC)/include
+CPPFLAGS += -I$(NAN_GLEW)/include
 CPPFLAGS += -I../../../makesdna
 CPPFLAGS += -I../../../blenlib
 CPPFLAGS += -I../../../include

Modified: branches/soc-2007-maike/source/blender/nodes/intern/Makefile
===================================================================
--- branches/soc-2007-maike/source/blender/nodes/intern/Makefile	2007-07-08 21:10:11 UTC (rev 11195)
+++ branches/soc-2007-maike/source/blender/nodes/intern/Makefile	2007-07-09 15:59:06 UTC (rev 11196)
@@ -44,6 +44,7 @@
 
 CPPFLAGS += -I../../blenkernel
 CPPFLAGS += -I$(NAN_GUARDEDALLOC)/include
+CPPFLAGS += -I$(NAN_GLEW)/include
 CPPFLAGS += -I../../makesdna
 CPPFLAGS += -I../../blenlib
 CPPFLAGS += -I../../include

Modified: branches/soc-2007-maike/source/blender/nodes/intern/SHD_nodes/Makefile
===================================================================
--- branches/soc-2007-maike/source/blender/nodes/intern/SHD_nodes/Makefile	2007-07-08 21:10:11 UTC (rev 11195)
+++ branches/soc-2007-maike/source/blender/nodes/intern/SHD_nodes/Makefile	2007-07-09 15:59:06 UTC (rev 11196)
@@ -44,6 +44,7 @@
 
 CPPFLAGS += -I../../../blenkernel
 CPPFLAGS += -I$(NAN_GUARDEDALLOC)/include
+CPPFLAGS += -I$(NAN_GLEW)/include
 CPPFLAGS += -I../../../makesdna
 CPPFLAGS += -I../../../blenlib
 CPPFLAGS += -I../../../include

Modified: branches/soc-2007-maike/source/blender/python/api2_2x/Makefile
===================================================================
--- branches/soc-2007-maike/source/blender/python/api2_2x/Makefile	2007-07-08 21:10:11 UTC (rev 11195)
+++ branches/soc-2007-maike/source/blender/python/api2_2x/Makefile	2007-07-09 15:59:06 UTC (rev 11196)
@@ -47,6 +47,7 @@
 
 
 CPPFLAGS += -I$(OPENGL_HEADERS)
+CPPFLAGS += -I$(NAN_GLEW)/include
 CPPFLAGS += -I$(NAN_GUARDEDALLOC)/include
 CPPFLAGS += -I../../makesdna
 CPPFLAGS += -I../../blenkernel

Modified: branches/soc-2007-maike/source/blender/radiosity/intern/source/Makefile
===================================================================
--- branches/soc-2007-maike/source/blender/radiosity/intern/source/Makefile	2007-07-08 21:10:11 UTC (rev 11195)
+++ branches/soc-2007-maike/source/blender/radiosity/intern/source/Makefile	2007-07-09 15:59:06 UTC (rev 11196)
@@ -52,6 +52,7 @@
 CPPFLAGS += -I../../../imbuf
 CPPFLAGS += -I../../../
 CPPFLAGS += -I$(NAN_GUARDEDALLOC)/include
+CPPFLAGS += -I$(NAN_GLEW)/include
 
 # first /include is my own includes, second are the external includes
 # third is the external interface. there should be a nicer way to say this 

Modified: branches/soc-2007-maike/source/creator/Makefile
===================================================================
--- branches/soc-2007-maike/source/creator/Makefile	2007-07-08 21:10:11 UTC (rev 11195)
+++ branches/soc-2007-maike/source/creator/Makefile	2007-07-09 15:59:06 UTC (rev 11196)
@@ -57,6 +57,7 @@
 CPPFLAGS += -I../blender/blenloader
 CPPFLAGS += -I../kernel/gen_system
 CPPFLAGS += -I../kernel/gen_messaging
+CPPFLAGS += -I$(NAN_GLEW)/include
 CPPFLAGS += -I$(NAN_GUARDEDALLOC)/include
 
 ifeq ($(WITH_QUICKTIME), true)





More information about the Bf-blender-cvs mailing list