*** empty log message ***

This commit is contained in:
Michael Hoffmann 2003-03-12 16:45:26 +00:00
parent 498eafeac4
commit 6ff02b3ba3
2 changed files with 28 additions and 2 deletions

View File

@ -7,11 +7,11 @@
// actual revision
//---------------------------------------------------------------------
GLOB: added licensing information about Qt widget stuff
GLOB: updated for release 2.4
GLOB: Fix last change.
GLOB: Remove LEDA link options for libCGAL.
GLOB: -O replaced by -O2 for the Intel compiler.
GLOB: added licensing information about Qt widget stuff
GLOB: updated for release 2.4
ALL : Remove traces of KCC/EGCS and CGAL_CC.
GLOB: CGAL_EXTRA_OBJECTS is not needed anymore.
ALL : - New options --build <config> and --rebuild <config>.
@ -37,6 +37,7 @@ GLOB: - Document --build-all
GLOB: Fixes for QT.
GLOB: src/Interval_arithmetic/workaround_4_ms.obj is no longer necessary.
GLOB: Add -D_RWSTD__ALLOCATOR for SunPro.
ALL : Removed all MLd options (=debug) for vc/ilc.
GLOB: Incorporate Intel support (<- Andreas).
GLOB: Set CGAL_VERSION to 3.0.
GLOB: Removed visual support for CLN (menu etc.).

View File

@ -3,6 +3,30 @@
//=====================================================================
//---------------------------------------------------------------------
// revision 1179
//---------------------------------------------------------------------
ALL : Removed all MLd options (=debug) for vc/ilc.
//---------------------------------------------------------------------
// revision 1178
//---------------------------------------------------------------------
GLOB: Fix last change.
//---------------------------------------------------------------------
// revision 1177
//---------------------------------------------------------------------
GLOB: Remove LEDA link options for libCGAL.
//---------------------------------------------------------------------
// revision 1176
//---------------------------------------------------------------------
GLOB: -O replaced by -O2 for the Intel compiler.
//---------------------------------------------------------------------
// revision 1175
//---------------------------------------------------------------------
@ -127,6 +151,7 @@ GLOB: Qt license updates
// revision 1158
//---------------------------------------------------------------------
DOCS: Removed all MLd options (=debug) for vc/ilc.
DOCS: Changed CGAL_VERSION to 3.0.
DOCS: Update supported compiler list.
ALL : Remove traces of KCC/EGCS and CGAL_CC.