[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [41998] trunk/blender/source/creator/ CMakeLists.txt: Replace "&" with "and" since on windows it separates the string and causes errors in the console.

Antony Riakiotakis kalast at gmail.com
Sun Nov 20 01:37:25 CET 2011


Revision: 41998
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=41998
Author:   psy-fi
Date:     2011-11-20 00:37:24 +0000 (Sun, 20 Nov 2011)
Log Message:
-----------
Replace "&" with "and" since on windows it separates the string and causes errors in the console.

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

Modified: trunk/blender/source/creator/CMakeLists.txt
===================================================================
--- trunk/blender/source/creator/CMakeLists.txt	2011-11-20 00:32:39 UTC (rev 41997)
+++ trunk/blender/source/creator/CMakeLists.txt	2011-11-20 00:37:24 UTC (rev 41998)
@@ -311,7 +311,7 @@
 	# message after building.
 	add_custom_command(
 		TARGET blender POST_BUILD MAIN_DEPENDENCY blender
-		COMMAND ${CMAKE_COMMAND} -E echo 'now run: \"make install\" to copy runtime files & scripts to ${TARGETDIR_VER}'
+		COMMAND ${CMAKE_COMMAND} -E echo 'now run: \"make install\" to copy runtime files and scripts to ${TARGETDIR_VER}'
 	)
 endif()
 




More information about the Bf-blender-cvs mailing list