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:
Laurent Rineau 2010-06-17 09:43:01 +00:00
parent 034ced5cc3
commit 6405de3c08
1 changed files with 1 additions and 1 deletions

View File

@ -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"