Auto-linking macro redefinitions fixed

This commit is contained in:
Fernando Cacciola 2007-03-01 11:20:38 +00:00
parent 3f087554f9
commit 01e884ea6d
1 changed files with 7 additions and 0 deletions

View File

@ -21,3 +21,10 @@
// This file is for non-windows compilers running in non-windows platforms (such as cl.exe via cygwin) // This file is for non-windows compilers running in non-windows platforms (such as cl.exe via cygwin)
// The real file (for MSVC) is in /CGAL/config/msvc/CGAL/auto_link.h // The real file (for MSVC) is in /CGAL/config/msvc/CGAL/auto_link.h
// //
#if defined(CGAL_LIB_NAME)
# undef CGAL_LIB_NAME
#endif
#if defined(CGAL_AUTO_LINK_NOMANGLE)
# undef CGAL_AUTO_LINK_NOMANGLE
#endif