[Cmake-commits] [cmake-commits] king committed CMakeRCInformation.cmake 1.6 1.7

cmake-commits at cmake.org cmake-commits at cmake.org
Thu Oct 9 13:52:32 EDT 2008


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

Modified Files:
	CMakeRCInformation.cmake 
Log Message:
BUG: Pass definitions to rc with Makefiles

The build rule to run the resource compiler on Windows with a Makefiles
generator should include the placeholder to add the definition flags.
See issue #7769.


Index: CMakeRCInformation.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/CMakeRCInformation.cmake,v
retrieving revision 1.6
retrieving revision 1.7
diff -C 2 -d -r1.6 -r1.7
*** CMakeRCInformation.cmake	22 Apr 2008 15:10:18 -0000	1.6
--- CMakeRCInformation.cmake	9 Oct 2008 17:52:30 -0000	1.7
***************
*** 24,28 ****
  IF(NOT CMAKE_RC_COMPILE_OBJECT)
    SET(CMAKE_RC_COMPILE_OBJECT
!     "<CMAKE_RC_COMPILER> <FLAGS>  /fo<OBJECT> <SOURCE>")
  ENDIF(NOT CMAKE_RC_COMPILE_OBJECT)
  
--- 24,28 ----
  IF(NOT CMAKE_RC_COMPILE_OBJECT)
    SET(CMAKE_RC_COMPILE_OBJECT
!     "<CMAKE_RC_COMPILER> <FLAGS> <DEFINES> /fo<OBJECT> <SOURCE>")
  ENDIF(NOT CMAKE_RC_COMPILE_OBJECT)
  



More information about the Cmake-commits mailing list