[CMake] Does CMake generate UNICODE prj files for VS2005?
Luca Cappa
luca.cappa at sequoia.it
Tue Mar 20 13:04:21 EST 2007
Hello all,
does CMake allow the creation of a UNICODE project file for VisualStudio
2005? Precisely i need that the application does not define _MBCS symbol,
but the _UNICODE and UNICODE ones, or that the character set is not "Use
Multi-Byte Character Set" but instead it is "Use Unicode Character Set"
Thanks,
Luca
p.s. I tryed undefining _MBCS, but the definition of _MBCS put by the
project file is always put after (and not before) the undefining one, so
that the symbol *is* actually defined...
More information about the CMake
mailing list