[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [29956] branches/soc-2010-moguri/source/ blender/gpu/SConscript: SCons fix.

Mitchell Stokes mogurijin at gmail.com
Mon Jul 5 03:04:55 CEST 2010


Revision: 29956
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=29956
Author:   moguri
Date:     2010-07-05 03:04:52 +0200 (Mon, 05 Jul 2010)

Log Message:
-----------
SCons fix. It wasn't adding makesrna to the include path like CMake did.

Modified Paths:
--------------
    branches/soc-2010-moguri/source/blender/gpu/SConscript

Modified: branches/soc-2010-moguri/source/blender/gpu/SConscript
===================================================================
--- branches/soc-2010-moguri/source/blender/gpu/SConscript	2010-07-05 00:48:57 UTC (rev 29955)
+++ branches/soc-2010-moguri/source/blender/gpu/SConscript	2010-07-05 01:04:52 UTC (rev 29956)
@@ -5,7 +5,7 @@
 
 defs = [ 'GLEW_STATIC' ]
 
-incs = '../blenlib ../blenkernel ../makesdna ../include'
+incs = '../blenlib ../blenkernel ../makesdna ../makesrna ../include'
 incs += ' #/extern/glew/include #intern/guardedalloc #intern/smoke/extern ../imbuf .'
 
 if env['OURPLATFORM'] in ('win32-vc', 'win32-mingw', 'linuxcross', 'win64-vc'):





More information about the Bf-blender-cvs mailing list