[cmake-developers] [CMake 0013830]: VS 2010 generator completely ignores the RC compiling rule
Mantis Bug Tracker
mantis at public.kitware.com
Thu Jan 3 17:30:19 EST 2013
The following issue has been SUBMITTED.
======================================================================
http://public.kitware.com/Bug/view.php?id=13830
======================================================================
Reported By: Amine Khaldi
Assigned To:
======================================================================
Project: CMake
Issue ID: 13830
Category: CMake
Reproducibility: always
Severity: major
Priority: normal
Status: new
======================================================================
Date Submitted: 2013-01-03 17:30 EST
Last Modified: 2013-01-03 17:30 EST
======================================================================
Summary: VS 2010 generator completely ignores the RC
compiling rule
Description:
ReactOS uses set(CMAKE_RC_COMPILE_OBJECT "<CMAKE_RC_COMPILER> <FLAGS> <DEFINES>
${I18N_DEFS} /fo<OBJECT> <SOURCE>")
Which works perfectly with ninja and nmake makefiles. When you use the VS 2010
generator you will get a *very* different handling of rc files, that leads to
broken binaries. There is absolutely no way to customize it at least and put it
inside an if(MSVC_IDE) or something (as a hack).
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2013-01-03 17:30 Amine Khaldi New Issue
======================================================================
More information about the cmake-developers
mailing list