[CMake] Resource linking problems

Darko Miletic darko at uvcms.net
Sat Apr 23 17:32:10 EDT 2005


Hi,

I noticed that Cmake support for Borland compiler has problems with 
resource files. Files are being compiled but when it comes to linking it 
issues an error.

The problem is that build command for exe or dll is using bcc32. 
Unfortunately like this is not possible to link resource files. Compiler 
allways thinks they are obj files. The only way to add resource to exe 
or dll is tu use ilink32.

Does anybody have a solution for this problem?

Should I override the build command or add custom command?

Thanks,

Darko



More information about the CMake mailing list