The following issue has been SUBMITTED. 
====================================================================== 
http://public.kitware.com/Bug/view.php?id=13507 
====================================================================== 
Reported By:                Denis Pesotsky
Assigned To:                
====================================================================== 
Project:                    CMake
Issue ID:                   13507
Category:                   CMake
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     new
====================================================================== 
Date Submitted:             2012-09-01 23:36 WAT
Last Modified:              2012-09-01 23:36 WAT
====================================================================== 
Summary:                    .rc file not recompiled when included header is
changed
Description: 
I've got .rc file with Windows executable version information that has custom
include (#include <../src/version.h>) and is used in "add_executable()".
Definitions from version.h are used inside it.

It compiles and works well, but if I change version.h and run make again, it
doesn't recompile .rc file, so generated executable still has old ,rc compiled
in and therefole old version information. So I'm forced to run make clean and
make to create up-to-date executable.
====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2012-09-01 23:36 Denis Pesotsky New Issue                                    
2012-09-01 23:36 Denis Pesotsky File Added: win_resources.rc                    
======================================================================

--

Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers

Reply via email to