~ubuntu-branches/debian/stretch/cgal/stretch

« back to all changes in this revision

Viewing changes to include/CGAL/auto_link/auto_link.h

  • Committer: Package Import Robot
  • Author(s): Joachim Reichel
  • Date: 2014-04-05 10:56:43 UTC
  • mfrom: (1.2.4)
  • Revision ID: package-import@ubuntu.com-20140405105643-jgnrpu2thtx23zfs
Tags: 4.4-1
* New upstream release.
* Remove patches do-not-link-example-with-qt4-support-library.patch and
  fix_jet_fitting_3.patch (applied upstream).

Show diffs side-by-side

added added

removed removed

Lines of Context:
160
160
   // vc10:
161
161
#  define CGAL_LIB_TOOLSET "vc100"
162
162
 
163
 
#elif defined(BOOST_MSVC) && (BOOST_MSVC >= 1700)
 
163
#elif defined(BOOST_MSVC) && (BOOST_MSVC == 1700)
164
164
 
165
165
   // vc11:
166
166
#  define CGAL_LIB_TOOLSET "vc110"
167
167
 
 
168
#elif defined(BOOST_MSVC) && (BOOST_MSVC == 1800)
 
169
 
 
170
   // vc12:
 
171
#  define CGAL_LIB_TOOLSET "vc120"
 
172
 
 
173
#elif defined(BOOST_MSVC) && (BOOST_MSVC >= 1900)
 
174
 
 
175
   // vc13:
 
176
#  define CGAL_LIB_TOOLSET "vc130"
 
177
 
168
178
#elif defined(__BORLANDC__)
169
179
 
170
180
   // CBuilder 6: