Notes |
|
(0029172)
|
Brad King
|
2012-04-16 09:18
|
|
Does it work in the NMake Makefiles generator?
The mapping of this property to IDE project file attributes may be missing. |
|
|
(0029181)
|
Gehua yang
|
2012-04-16 11:57
|
|
Indeed, The NMake does write the image version! The two dumpbin output of the executable headers are attached.
|
|
|
(0029182)
|
Brad King
|
2012-04-16 13:27
|
|
The generated NMake makefile build rules know how to write the version because the Modules/Platform/cl.cmake file tells CMake to use the /version:... option on the link line. The equivalent of this in the IDE project files is to write a <Version>...</Version> XML element at the proper point in the project file format. The change will probably go in cmLocalVisualStudio7Generator::OutputBuildTool and cmVisualStudio10TargetGenerator::WriteLinkOptions where they write the linker tool options.
|
|
|
(0042025)
|
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. |
|