Revision: 29241
http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=29241
Author: campbellbarton
Date: 2010-06-05 17:48:15 +0200 (Sat, 05 Jun 2010)
Log Message:
-----------
looks like this is needed for MSVC
Modified Paths:
--------------
trunk/blender/source/blender/editors/space_file/CMakeLists.txt
Modified: trunk/blender/source/blender/editors/space_file/CMakeLists.txt
===================================================================
--- trunk/blender/source/blender/editors/space_file/CMakeLists.txt
2010-06-05 15:31:55 UTC (rev 29240)
+++ trunk/blender/source/blender/editors/space_file/CMakeLists.txt
2010-06-05 15:48:15 UTC (rev 29241)
@@ -57,4 +57,8 @@
ADD_DEFINITIONS(-DWITH_DDS)
ENDIF(WITH_DDS)
+IF(WIN32)
+ SET(INC ${INC} ${PTHREADS_INC})
+ENDIF(WIN32)
+
BLENDERLIB(bf_editor_space_file "${SRC}" "${INC}")
_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs