From 51a960df5cd9ff7dcc57faac62838bcbbf119a2c Mon Sep 17 00:00:00 2001 From: Michael Hoffmann Date: Thu, 26 Aug 1999 09:33:17 +0000 Subject: [PATCH] *** empty log message *** --- Packages/Installation/changes.txt | 2 ++ Packages/Installation/long_description.txt | 7 +++++++ 2 files changed, 9 insertions(+) diff --git a/Packages/Installation/changes.txt b/Packages/Installation/changes.txt index 2d9edeffbc7..39d03a417dc 100644 --- a/Packages/Installation/changes.txt +++ b/Packages/Installation/changes.txt @@ -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 diff --git a/Packages/Installation/long_description.txt b/Packages/Installation/long_description.txt index baf26d9de92..2e74b98a06a 100644 --- a/Packages/Installation/long_description.txt +++ b/Packages/Installation/long_description.txt @@ -3,6 +3,13 @@ //===================================================================== +//--------------------------------------------------------------------- +// revision 1.56 +//--------------------------------------------------------------------- + +GLOB: Added GMP support for MSVC. +TEST: Converted to namespace CGAL. + //--------------------------------------------------------------------- // revision 1.55 //---------------------------------------------------------------------