[CMake] Win DLL with rc-file...
Brad King
brad.king at kitware.com
Tue Oct 26 15:11:17 EDT 2004
Lars Pechan wrote:
> On 27/10/2004, at 1:51 AM, Brad King wrote:
>> What generator are you using? This is the value of CMAKE_GENERATOR in
>> the CMakeCache.txt file.
> NMake Makefiles.
Okay, it looks like the .rc file support is only working in Visual
Studio generators because CMake adds them to the .dsp file and VS knows
how to handle them. CMake is not really aware of this file type as far
as I can see. Please add this as a feature request for the NMake
generator in the bug tracker:
http://www.cmake.org/Bug
Thanks,
-Brad
More information about the CMake
mailing list