*** empty log message ***

This commit is contained in:
Michael Hoffmann 2000-01-11 11:43:47 +00:00
parent 25cf8785b2
commit 757c3af4ae
2 changed files with 10 additions and 0 deletions

View File

@ -8,6 +8,8 @@
//---------------------------------------------------------------------
GLOB: Updated makefile.
GLOB: Removed #include <cassert> from test_leda.
GLOB: Search only in OLD_CGAL_DIR/lib for gmp libs in --upgrade.
GLOB: Introduced variable GMP_LIBNAME (-> libgmp.a || gmp.lib).
GLOB: Check for LEDA_STD_HEADERS on windows compilers.
GLOB: Now also binary distribution of libgmp for cygwin/g++.

View File

@ -3,6 +3,14 @@
//=====================================================================
//---------------------------------------------------------------------
// revision 1.91
//---------------------------------------------------------------------
GLOB: Removed #include <cassert> from test_leda.
GLOB: Search only in OLD_CGAL_DIR/lib for gmp libs in --upgrade.
DOCS: Updated.
//---------------------------------------------------------------------
// revision 1.90
//---------------------------------------------------------------------