mirror of https://github.com/CGAL/cgal
Merged revisions 56829 via svnmerge from
svn+ssh://lrineau@scm.gforge.inria.fr/svn/cgal/branches/CGAL-3.6-branch ........ r56829 | lrineau | 2010-06-17 11:13:20 +0200 (Thu, 17 Jun 2010) | 2 lines Argl!! Important error in auto_link.h for MSVC 2010! ........
This commit is contained in:
parent
034ced5cc3
commit
6405de3c08
|
|
@ -138,7 +138,7 @@ CGAL_LIB_RT_OPT: A suffix that indicates the runtime library used,
|
||||||
// vc80:
|
// vc80:
|
||||||
# define CGAL_LIB_TOOLSET "vc80"
|
# define CGAL_LIB_TOOLSET "vc80"
|
||||||
|
|
||||||
#elif defined(BOOST_MSVC) && (BOOST_MSVC >= 1500)
|
#elif defined(BOOST_MSVC) && (BOOST_MSVC == 1500)
|
||||||
|
|
||||||
// vc90:
|
// vc90:
|
||||||
# define CGAL_LIB_TOOLSET "vc90"
|
# define CGAL_LIB_TOOLSET "vc90"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue