*** empty log message ***

This commit is contained in:
Michael Hoffmann 1999-08-26 09:33:17 +00:00
parent 1fad5e2ef6
commit 51a960df5c
2 changed files with 9 additions and 0 deletions

View File

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

View File

@ -3,6 +3,13 @@
//=====================================================================
//---------------------------------------------------------------------
// revision 1.56
//---------------------------------------------------------------------
GLOB: Added GMP support for MSVC.
TEST: Converted to namespace CGAL.
//---------------------------------------------------------------------
// revision 1.55
//---------------------------------------------------------------------