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)

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

Reply via email to