MantisBT - CMake
View Issue Details
0011479CMakeCMakepublic2010-11-18 19:252016-06-10 14:31
Patrick Fagan 
Bill Hoffman 
normalminoralways
closedmoved 
CMake-2-8 
 
0011479: VS2010 generator does not handle projects with multiple resource files
When you generate a project that contains multiple resource files, the VS2010 generated project will contain nodes for the resource files that are marked as headers rather than resource compiler files, ie:

  <ClInclude Include="resource.rc" />

instead of

  <ResourceCompile Include="resource.rc" />

No tags attached.
Issue History
2010-11-18 19:25Patrick FaganNew Issue
2010-12-15 12:18David ColeAssigned To => Bill Hoffman
2010-12-15 12:18David ColeStatusnew => assigned
2016-06-10 14:28Kitware RobotNote Added: 0041765
2016-06-10 14:28Kitware RobotStatusassigned => resolved
2016-06-10 14:28Kitware RobotResolutionopen => moved
2016-06-10 14:31Kitware RobotStatusresolved => closed

Notes
(0041765)
Kitware Robot   
2016-06-10 14:28   
Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current CMake Issues page linked in the banner at the top of this page.