[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [35439] trunk/blender/source/creator/ CMakeLists.txt: Some small fixes to the install part for windows.

Nathan Letwory nathan at letworyinteractive.com
Wed Mar 9 23:45:43 CET 2011


Revision: 35439
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=35439
Author:   jesterking
Date:     2011-03-09 22:45:43 +0000 (Wed, 09 Mar 2011)
Log Message:
-----------
Some small fixes to the install part for windows.

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

Modified: trunk/blender/source/creator/CMakeLists.txt
===================================================================
--- trunk/blender/source/creator/CMakeLists.txt	2011-03-09 22:45:34 UTC (rev 35438)
+++ trunk/blender/source/creator/CMakeLists.txt	2011-03-09 22:45:43 UTC (rev 35439)
@@ -344,7 +344,7 @@
 
 		install(  # same as linux!, deduplicate
 			DIRECTORY ${CMAKE_SOURCE_DIR}/release/text/
-			DESTINATION ${TARGETDIR_VER}/../
+			DESTINATION ${TARGETDIR}/
 			PATTERN ".svn" EXCLUDE
 		)
 
@@ -379,16 +379,10 @@
 
 		install( # same as linux!, deduplicate
 			DIRECTORY ${CMAKE_SOURCE_DIR}/release/bin/.blender/locale/
-			DESTINATION ${CMAKE_INSTALL_PREFIX}/share/blender/${BLENDER_VERSION}/datafiles/locale
+			DESTINATION ${TARGETDIR_VER}/datafiles/locale
 			PATTERN ".svn" EXCLUDE
 		)
 
-		install( # same as linux!, deduplicate
-			DIRECTORY ${CMAKE_SOURCE_DIR}/release/text/
-			DESTINATION ${TARGETDIR_VER}/../
-			PATTERN ".svn" EXCLUDE
-		)
-
 		# plugins in blender 2.5 don't work at the moment.
 		#
 		# install(




More information about the Bf-blender-cvs mailing list