[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [21673] branches/blender2.5/blender/source /blender/editors/space_console/Makefile: 2.5

Ton Roosendaal ton at blender.org
Sat Jul 18 13:32:52 CEST 2009


Revision: 21673
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=21673
Author:   ton
Date:     2009-07-18 13:32:52 +0200 (Sat, 18 Jul 2009)

Log Message:
-----------
2.5

Fix for Makefile to use GLEW in console editor

Modified Paths:
--------------
    branches/blender2.5/blender/source/blender/editors/space_console/Makefile

Modified: branches/blender2.5/blender/source/blender/editors/space_console/Makefile
===================================================================
--- branches/blender2.5/blender/source/blender/editors/space_console/Makefile	2009-07-18 07:11:37 UTC (rev 21672)
+++ branches/blender2.5/blender/source/blender/editors/space_console/Makefile	2009-07-18 11:32:52 UTC (rev 21673)
@@ -35,6 +35,7 @@
 
 CFLAGS += $(LEVEL_1_C_WARNINGS)
 
+CPPFLAGS += -I$(NAN_GLEW)/include
 CPPFLAGS += -I$(OPENGL_HEADERS)
 
 # not very neat....





More information about the Bf-blender-cvs mailing list