[cmake-developers] [CMake 0011479]: VS2010 generator does not handle projects with multiple resource files
Mantis Bug Tracker
mantis at public.kitware.com
Thu Nov 18 19:25:51 EST 2010
The following issue has been SUBMITTED.
======================================================================
http://www.cmake.org/Bug/view.php?id=11479
======================================================================
Reported By: Patrick Fagan
Assigned To:
======================================================================
Project: CMake
Issue ID: 11479
Category: CMake
Reproducibility: always
Severity: minor
Priority: normal
Status: new
======================================================================
Date Submitted: 2010-11-18 19:25 EST
Last Modified: 2010-11-18 19:25 EST
======================================================================
Summary: VS2010 generator does not handle projects with
multiple resource files
Description:
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" />
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2010-11-18 19:25 Patrick Fagan New Issue
======================================================================
More information about the cmake-developers
mailing list