Revision: 35435
          
http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=35435
Author:   jesterking
Date:     2011-03-09 20:58:26 +0000 (Wed, 09 Mar 2011)
Log Message:
-----------
Don't try to copy gnu_gettext.dll when building 64bit Blender - it's linked 
statically on win64.

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

Modified: trunk/blender/source/creator/CMakeLists.txt
===================================================================
--- trunk/blender/source/creator/CMakeLists.txt 2011-03-09 18:42:35 UTC (rev 
35434)
+++ trunk/blender/source/creator/CMakeLists.txt 2011-03-09 20:58:26 UTC (rev 
35435)
@@ -358,13 +358,13 @@
                                PATTERN ".svn" EXCLUDE
                        )
 
-                       install(
-                               FILES ${LIBDIR}/gettext/lib/gnu_gettext.dll
-                               DESTINATION ${TARGETDIR}/
-                       )
-
                        if(NOT CMAKE_CL_64)
                                install(
+                                       FILES 
${LIBDIR}/gettext/lib/gnu_gettext.dll
+                                       DESTINATION ${TARGETDIR}/
+                               )
+
+                               install(
                                        FILES ${LIBDIR}/iconv/lib/iconv.dll
                                        DESTINATION ${TARGETDIR}/
                                )

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

Reply via email to