mirror of https://github.com/CGAL/cgal
Added support for Visual Studio 2008
This commit is contained in:
parent
56b88f7b67
commit
2a2efa6450
|
|
@ -133,11 +133,16 @@ CGAL_LIB_RT_OPT: A suffix that indicates the runtime library used,
|
||||||
// vc71:
|
// vc71:
|
||||||
# define CGAL_LIB_TOOLSET "vc71"
|
# define CGAL_LIB_TOOLSET "vc71"
|
||||||
|
|
||||||
#elif defined(BOOST_MSVC) && (BOOST_MSVC >= 1400)
|
#elif defined(BOOST_MSVC) && (BOOST_MSVC == 1400)
|
||||||
|
|
||||||
// vc80:
|
// vc80:
|
||||||
# define CGAL_LIB_TOOLSET "vc80"
|
# define CGAL_LIB_TOOLSET "vc80"
|
||||||
|
|
||||||
|
#elif defined(BOOST_MSVC) && (BOOST_MSVC >= 1500)
|
||||||
|
|
||||||
|
// vc90:
|
||||||
|
# define CGAL_LIB_TOOLSET "vc90"
|
||||||
|
|
||||||
#elif defined(__BORLANDC__)
|
#elif defined(__BORLANDC__)
|
||||||
|
|
||||||
// CBuilder 6:
|
// CBuilder 6:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue