VC2010 cmake alterations. Lib stuff not included.

This commit is contained in:
unknown
2010-10-05 01:34:35 -05:00
parent 2a584cb0fd
commit 227a72c421
9 changed files with 24 additions and 4 deletions

View File

@@ -53,6 +53,7 @@ if (WINDOWS)
/Zc:forScope
/nologo
/Oy-
/Zc:wchar_t- #wchar_t is now on by default in VS2010. Force it to be disabled.
)
if(MSVC80 OR MSVC90)