*** empty log message ***

This commit is contained in:
Michael Hoffmann 2001-08-09 11:20:44 +00:00
parent b52be58b1e
commit 1df3095a5f
2 changed files with 21 additions and 0 deletions

View File

@ -7,6 +7,9 @@
// actual revision
//---------------------------------------------------------------------
GLOB: Updated license header.
GLOB: Show again LEDA (not) supported.
GLOB: Added printout of CGAL_LIB_DIR in the end to ease CGALWin installation.
GLOB: Fixed CGAL_LIB_CREATE for mipspro.
GLOB: Added CGAL_WINLIB_CXXFLAGS, set -fpermissive for gcc-solaris.
GLOB: Added WINDOW_INCLUDE, set to /usr/openwin/include for solaris.
@ -31,6 +34,11 @@ GLOB: Recognize existing _LEDA config/install files.
GLOB: The _LEDA suffix is now part of the config/install file as well.
GLOB: Run the compiler tests when it becomes necessary only.
ALL : Changed CGAL version to 2.3.
DOCS: Replace CGALwin -> CGALWin.
DOCS: Updated supported compilers (gcc-3.0), remark on gcc-2.96/7.
DOCS: Removed reference to Getting-Started.
DOCS: Added section on visualization and installation of CGALwin.
DOCS: Some other minor changes/fixes.
DOCS: Added remark for cygwin 1.3.2.
DOCS: Updated some remark concerning cygwin and/or Borland.
DOCS: - Remove some obsolete or buggy references.

View File

@ -3,6 +3,19 @@
//=====================================================================
//---------------------------------------------------------------------
// revision 1128
//---------------------------------------------------------------------
GLOB: Updated license header.
GLOB: Show again LEDA (not) supported.
GLOB: Added printout of CGAL_LIB_DIR in the end to ease CGALWin installation.
DOCS: Replace CGALwin -> CGALWin.
DOCS: Updated supported compilers (gcc-3.0), remark on gcc-2.96/7.
DOCS: Removed reference to Getting-Started.
DOCS: Added section on visualization and installation of CGALwin.
DOCS: Some other minor changes/fixes.
//---------------------------------------------------------------------
// revision 1127
//---------------------------------------------------------------------