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()
 

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

Reply via email to