[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [43120] branches/asset-browser/source/ blender/blenlib/SConscript: file browser: compile fix

Andrea Weikert elubie at gmx.net
Wed Jan 4 10:07:37 CET 2012


Revision: 43120
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=43120
Author:   elubie
Date:     2012-01-04 09:07:26 +0000 (Wed, 04 Jan 2012)
Log Message:
-----------
file browser: compile fix
* fixed missing include definition for scons build

Modified Paths:
--------------
    branches/asset-browser/source/blender/blenlib/SConscript

Modified: branches/asset-browser/source/blender/blenlib/SConscript
===================================================================
--- branches/asset-browser/source/blender/blenlib/SConscript	2012-01-04 08:43:28 UTC (rev 43119)
+++ branches/asset-browser/source/blender/blenlib/SConscript	2012-01-04 09:07:26 UTC (rev 43120)
@@ -4,7 +4,7 @@
 sources = env.Glob('intern/*.c')
 
 cflags=''
-incs = '. ../makesdna ../blenkernel #/intern/guardedalloc #/intern/ghost ../editors/include ../gpu ../blenloader'
+incs = '. ../makesdna ../blenkernel #/intern/guardedalloc #/intern/ghost ../editors/include ../gpu ../blenloader ../imbuf'
 incs += ' ' + env['BF_FREETYPE_INC']
 incs += ' ' + env['BF_ZLIB_INC']
 defs = []




More information about the Bf-blender-cvs mailing list