MantisBT - CMake
View Issue Details
0000200CMakepublic2003-10-01 14:122003-10-28 13:19
Robert Mathews 
Brad King 
urgentmajoralways
closedfixed 
 
 
0000200: Resource Compiler Flags working under .NET?
This looks like a bug, can you enter it in the bug tracker?
http://public.kitware.com/Bug/ [^]

Thanks.

-Bill



At 06:08 PM 9/30/2003, Mathews, Rob wrote:
>I've noticed that .vcproj file that is generated for .NET 2003 doesn't
>define any preprocessor symbols for the resource compiler.
>
>So, if I look at section that defines the tool, it reads like this:
>
><Tool
> Name="VCResourceCompilerTool"
> AdditionalIncludeDirectories="..."
>/>
>
>when it should include the "PreprocessorDefinitions" tag. Reading the source
>code for CMake, it looks like Cmake simply neglects to define
>"PreprocessorDefinitions" for the resource compiler tool.
>
>Am I missing something here?
>
>Cmake 1.8.1, .NET 2003,
No tags attached.
Issue History

Notes
(0000199)
Bill Hoffman   
2003-10-28 11:56   
fixed in CVS :

Checking in Source/cmLocalVisualStudio7Generator.cxx;
/cvsroot/CMake/CMake/Source/cmLocalVisualStudio7Generator.cxx,v <-- cmLocalVisualStudio7Generator.cxx
new revision: 1.39; previous revision: 1.38
done
(0000200)
Brad King   
2003-10-28 13:19   
Fix has been merged to 1.8 branch for 1.8.2 release.