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 = []

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to