VC10 fixes

This commit is contained in:
siana
2011-03-21 03:13:49 +01:00
parent 15c01ed310
commit 611b8f48d6
5 changed files with 35 additions and 35 deletions

View File

@@ -99,7 +99,7 @@ if (WINDOWS)
elseif (MSVC90)
set(MSVC_DIR 9.0)
set(MSVC_SUFFIX 90)
elseif (MSVC100)
elseif (MSVC10)
set(MSVC_DIR 10.0)
set(MSVC_SUFFIX 100)
endif (MSVC71)