From 01e884ea6dc128a71d30bc7569b4a26a24b75fcf Mon Sep 17 00:00:00 2001 From: Fernando Cacciola Date: Thu, 1 Mar 2007 11:20:38 +0000 Subject: [PATCH] Auto-linking macro redefinitions fixed --- Installation/include/CGAL/auto_link.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Installation/include/CGAL/auto_link.h b/Installation/include/CGAL/auto_link.h index 458b732e810..52072042c5e 100644 --- a/Installation/include/CGAL/auto_link.h +++ b/Installation/include/CGAL/auto_link.h @@ -21,3 +21,10 @@ // 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 // +#if defined(CGAL_LIB_NAME) +# undef CGAL_LIB_NAME +#endif + +#if defined(CGAL_AUTO_LINK_NOMANGLE) +# undef CGAL_AUTO_LINK_NOMANGLE +#endif