[cmake-commits] king committed Windows-bcc32.cmake 1.44 1.45

cmake-commits at cmake.org cmake-commits at cmake.org
Sun Feb 24 14:05:23 EST 2008


Update of /cvsroot/CMake/CMake/Modules/Platform
In directory public:/mounts/ram/cvs-serv31024/Modules/Platform

Modified Files:
	Windows-bcc32.cmake 
Log Message:
ENH: Simplify make build rule generation by removing use of OBJECTS_QUOTED and TARGET_QUOTED rule variables and updating the generation of OBJECTS to always use the newer cmLocalGenerator::Convert method.


Index: Windows-bcc32.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/Platform/Windows-bcc32.cmake,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -d -r1.44 -r1.45
--- Windows-bcc32.cmake	14 Jan 2008 14:20:57 -0000	1.44
+++ Windows-bcc32.cmake	24 Feb 2008 19:05:21 -0000	1.45
@@ -57,7 +57,7 @@
   ${CMAKE_C_CREATE_IMPORT_LIBRARY})
 
 # create a C++ static library
-SET(CMAKE_CXX_CREATE_STATIC_LIBRARY  "tlib ${CMAKE_START_TEMP_FILE}/p512 <LINK_FLAGS> /a <TARGET_QUOTED> <OBJECTS_QUOTED>${CMAKE_END_TEMP_FILE}")
+SET(CMAKE_CXX_CREATE_STATIC_LIBRARY  "tlib ${CMAKE_START_TEMP_FILE}/p512 <LINK_FLAGS> /a <TARGET> <OBJECTS>${CMAKE_END_TEMP_FILE}")
 
 # create a C static library
 SET(CMAKE_C_CREATE_STATIC_LIBRARY ${CMAKE_CXX_CREATE_STATIC_LIBRARY})



More information about the Cmake-commits mailing list