Added support for Visual Studio 2008

This commit is contained in:
Fernando Cacciola 2008-04-08 19:24:28 +00:00
parent 56b88f7b67
commit 2a2efa6450
1 changed files with 6 additions and 1 deletions

View File

@ -133,11 +133,16 @@ CGAL_LIB_RT_OPT: A suffix that indicates the runtime library used,
// vc71:
# define CGAL_LIB_TOOLSET "vc71"
#elif defined(BOOST_MSVC) && (BOOST_MSVC >= 1400)
#elif defined(BOOST_MSVC) && (BOOST_MSVC == 1400)
// vc80:
# define CGAL_LIB_TOOLSET "vc80"
#elif defined(BOOST_MSVC) && (BOOST_MSVC >= 1500)
// vc90:
# define CGAL_LIB_TOOLSET "vc90"
#elif defined(__BORLANDC__)
// CBuilder 6: