Revision: 39193
          
http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=39193
Author:   nazgul
Date:     2011-08-08 18:23:56 +0000 (Mon, 08 Aug 2011)
Log Message:
-----------
Camera tracking integration
===========================

Another attempt to fix compilation on windows.

Modified Paths:
--------------
    branches/soc-2011-tomato/source/blender/editors/space_sequencer/SConscript

Modified: 
branches/soc-2011-tomato/source/blender/editors/space_sequencer/SConscript
===================================================================
--- branches/soc-2011-tomato/source/blender/editors/space_sequencer/SConscript  
2011-08-08 17:51:04 UTC (rev 39192)
+++ branches/soc-2011-tomato/source/blender/editors/space_sequencer/SConscript  
2011-08-08 18:23:56 UTC (rev 39193)
@@ -8,4 +8,7 @@
 incs += ' ../../makesrna ../../blenloader'
 incs += ' #/intern/audaspace/intern'
 
+if env['OURPLATFORM'] in ('win32-vc', 'win32-mingw', 'linuxcross', 'win64-vc'):
+    incs += ' ' + env['BF_PTHREADS_INC']
+
 env.BlenderLib ( 'bf_editors_space_sequencer', sources, Split(incs), [], 
libtype=['core'], priority=[100] )

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

Reply via email to