[CMake] Remove /D "MBCS" from VS projects

Yuri Timenkov yuri at timenkov.ru
Tue Mar 1 23:38:29 EST 2011


I think you can just add _UNICODE (or remove) to definitions, CMake will
automatically determine necessary vcproj options then.

On Tue, Mar 1, 2011 at 6:20 PM, gekso <ev.93kso at gmail.com> wrote:

> Hello! How can I remove multi-byte character set (/D "MBCS") setting
> from visual studio projects? I need to create two configurations, one
> with UNICODE and one without anything
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the CMake FAQ at:
> http://www.cmake.org/Wiki/CMake_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.cmake.org/mailman/listinfo/cmake
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.cmake.org/pipermail/cmake/attachments/20110302/baa9025d/attachment-0001.htm>


More information about the CMake mailing list