From 7e84fa0f1ded48f5605926de01af0f77f210dbe3 Mon Sep 17 00:00:00 2001 From: Brad King Date: Thu, 10 Oct 2002 09:02:17 -0400 Subject: ENH: Updated for actual build. --- Utilities/cmake_release_config_osf | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Utilities/cmake_release_config_osf b/Utilities/cmake_release_config_osf index f0dbdca..eaef03e 100644 --- a/Utilities/cmake_release_config_osf +++ b/Utilities/cmake_release_config_osf @@ -1,13 +1,21 @@ + RELEASE_TAG="Release-1-4" VERSION="1.4.5" PLATFORM="alpha-osf" CC="cc" -CXX="CC" +CXX="cxx" +CXXFLAGS="-std strict_ansi -nopure_cname" +FLTK_INCLUDE_PATH="/usr/local/fltk-cxx/include" +FLTK_LIBRARY="/usr/local/fltk-cxx/lib/libfltk.a" +TCL_TCLSH="/usr/local/bin/tclsh8.3" # Write entries into the cache file before building cmake. WriteCMakeCache() { ${CAT} > CMakeCache.txt <