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 ====================================================================== _______________________________________________ cmake-developers mailing list [email protected] http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers
