[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [56850] trunk/blender/source/creator/ CMakeLists.txt: CMakeLists. txt changes to use new static Jack libs with VC2012

Juergen Herrmann shadowrom at me.com
Thu May 16 13:24:19 CEST 2013


Revision: 56850
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=56850
Author:   shadowrom
Date:     2013-05-16 11:24:19 +0000 (Thu, 16 May 2013)
Log Message:
-----------
CMakeLists.txt changes to use new static Jack libs with VC2012

Modified Paths:
--------------
    trunk/blender/source/creator/CMakeLists.txt

Modified: trunk/blender/source/creator/CMakeLists.txt
===================================================================
--- trunk/blender/source/creator/CMakeLists.txt	2013-05-16 11:22:25 UTC (rev 56849)
+++ trunk/blender/source/creator/CMakeLists.txt	2013-05-16 11:24:19 UTC (rev 56850)
@@ -644,21 +644,21 @@
 		endif()
 	endif()
 
-	if(WITH_JACK AND MSVC11)
-		if(CMAKE_CL_64)
-			install(
-				FILES
-					${LIBDIR}/jack/lib/libjack64.dll
-				DESTINATION ${TARGETDIR}
-			)
-		else()
-			install(
-				FILES
-					${LIBDIR}/jack/lib/libjack.dll
-				DESTINATION ${TARGETDIR}
-			)
-		endif()
-	endif()
+#	if(WITH_JACK AND MSVC11)
+#		if(CMAKE_CL_64)
+#			install(
+#				FILES
+#					${LIBDIR}/jack/lib/libjack64.dll
+#				DESTINATION ${TARGETDIR}
+#			)
+#		else()
+#			install(
+#				FILES
+#					${LIBDIR}/jack/lib/libjack.dll
+#				DESTINATION ${TARGETDIR}
+#			)
+#		endif()
+#	endif()
 
 	if(WITH_SDL)
 		if(NOT CMAKE_CL_64)




More information about the Bf-blender-cvs mailing list