[Cmake] Resource Compiler Flags working under .NET?
Mathews, Rob
rmathews at envoyww . com
Tue, 30 Sep 2003 18:08:06 -0400
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,