[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [23089] branches/blender2.5/blender/source /blender/gpu/intern/Makefile: 2.5: fix compilation of smoke commit for Makesfiles as well.

Brecht Van Lommel brecht at blender.org
Wed Sep 9 21:42:53 CEST 2009


Revision: 23089
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=23089
Author:   blendix
Date:     2009-09-09 21:42:53 +0200 (Wed, 09 Sep 2009)

Log Message:
-----------
2.5: fix compilation of smoke commit for Makesfiles as well.

Modified Paths:
--------------
    branches/blender2.5/blender/source/blender/gpu/intern/Makefile

Modified: branches/blender2.5/blender/source/blender/gpu/intern/Makefile
===================================================================
--- branches/blender2.5/blender/source/blender/gpu/intern/Makefile	2009-09-09 19:40:46 UTC (rev 23088)
+++ branches/blender2.5/blender/source/blender/gpu/intern/Makefile	2009-09-09 19:42:53 UTC (rev 23089)
@@ -47,6 +47,7 @@
 CPPFLAGS += -I../../makesdna
 CPPFLAGS += -I../../imbuf
 CPPFLAGS += -I../../blenkernel
+CPPFLAGS += -I$(NAN_SMOKE)/include
 CPPFLAGS += -I$(NAN_GUARDEDALLOC)/include
 CPPFLAGS += -I$(NAN_GLEW)/include
 CPPFLAGS += -I../





More information about the Bf-blender-cvs mailing list