|
@@ -44,7 +44,7 @@ IF (NOT BOOST_REGEX_FOUND)
|
|
|
ENDIF()
|
|
|
ELSEIF(WIN32)
|
|
|
IF (${ARCH64BIT} EQUAL 1)
|
|
|
- SET (boost_regex_lib "boost_regex-vc100-mt.lib")
|
|
|
+ SET (boost_regex_lib "boost_regex-vc90-mt-1_57.lib")
|
|
|
ELSE()
|
|
|
SET (boost_regex_lib "libboost_regex-vc90-mt.lib") # note - this may not be the lib we need, but should be in same place as it...
|
|
|
ENDIF()
|
|
@@ -58,7 +58,7 @@ IF (NOT BOOST_REGEX_FOUND)
|
|
|
ENDIF()
|
|
|
ELSEIF(WIN32)
|
|
|
IF (${ARCH64BIT} EQUAL 1)
|
|
|
- SET (osdir "windows-x86_64-vc100")
|
|
|
+ SET (osdir "windows-x86_64-vc90")
|
|
|
ELSE()
|
|
|
SET (osdir "windows-i386-vc90")
|
|
|
ENDIF()
|