- Define CGAL_USE_GEOMVIEW except for windows.

This commit is contained in:
Sylvain Pion 2004-01-30 10:04:24 +00:00
parent d595d216f9
commit 1aa39ac10e
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,6 @@
30/01/2004 Sylvain Pion
- Define CGAL_USE_GEOMVIEW except for windows.
2.94 19/01/2004
- Remove CGAL_CFG_EXPLICIT_SPECIALIZATION_MEMBER_DECLARATION_BUG.C

View File

@ -119,4 +119,9 @@ using std::min;
using std::max;
#endif
// Is Geomview usable ?
#if !defined(__BORLANDC__) && !defined(_MSC_VER)
# define CGAL_USE_GEOMVIEW
#endif
#endif // CGAL_CONFIG_H