mirror of https://github.com/CGAL/cgal
*** empty log message ***
This commit is contained in:
parent
1fad5e2ef6
commit
51a960df5c
|
|
@ -7,6 +7,7 @@
|
|||
// actual revision
|
||||
//---------------------------------------------------------------------
|
||||
|
||||
GLOB: Added GMP support for MSVC.
|
||||
GLOB: Fixed "nospace" bug in LIB_CREATE commands introduced by VC support.
|
||||
GLOB: Fixed LIBPATHs for VC (GJ).
|
||||
GLOB: Fixed test ldflags for VC.
|
||||
|
|
@ -32,6 +33,7 @@ GLOB: no support for gcc prior to 2.8 anymore.
|
|||
GLOB: fixed little problem with install-script name - now $CGAL_INSTALL_CGAL.
|
||||
DOCS: Added description of CLN support.
|
||||
DOCS: Some minor corrections.
|
||||
TEST: Converted to namespace CGAL.
|
||||
|
||||
//---------------------------------------------------------------------
|
||||
// CGAL-2.0
|
||||
|
|
|
|||
|
|
@ -3,6 +3,13 @@
|
|||
//=====================================================================
|
||||
|
||||
|
||||
//---------------------------------------------------------------------
|
||||
// revision 1.56
|
||||
//---------------------------------------------------------------------
|
||||
|
||||
GLOB: Added GMP support for MSVC.
|
||||
TEST: Converted to namespace CGAL.
|
||||
|
||||
//---------------------------------------------------------------------
|
||||
// revision 1.55
|
||||
//---------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Reference in New Issue