The following issue has been SUBMITTED.
======================================================================
http://www.cmake.org/Bug/view.php?id=14967
======================================================================
Reported By: Javier
Assigned To:
======================================================================
Project: CMake
Issue ID: 14967
Category: CMake
Reproducibility: always
Severity: major
Priority: normal
Status: new
======================================================================
Date Submitted: 2014-06-10 09:59 EDT
Last Modified: 2014-06-10 09:59 EDT
======================================================================
Summary: VS 2005 Generator for OBJECT target create
name.rc.res object but the compiler generates name.res files
Description:
When I add an OBJECT target with an .rc file, the VS2005 generator adds the
following in the .vcproj file:
<File RelativePath="something\BuildDLL.rc">
<FileConfiguration Name="Debug|Win32">
<Tool
Name="VCResourceCompilerTool"
ObjectFile="$(IntDir)/BuildDLL.rc.res"
/>
However, when building this target in VS, BuildDLL.rc is compiled into
BuildDLL.res, so build fails because it can't find BuildDLL.rc.res.
Steps to Reproduce:
1) Create an OBJECT target with a resource file, ie name.rc.
2) Generate a solution with VS2005 geneartor.
3) Build.
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2014-06-10 09:59 Javier New Issue
======================================================================
--
Powered by www.kitware.com
Please keep messages on-topic and check the CMake FAQ at:
http://www.cmake.org/Wiki/CMake_FAQ
Kitware offers various services to support the CMake community. For more
information on each offering, please visit:
CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html
Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html
Follow this link to subscribe/unsubscribe:
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers