summaryrefslogtreecommitdiffstats
path: root/Utilities/Release/config_SunOS
diff options
context:
space:
mode:
Diffstat (limited to 'Utilities/Release/config_SunOS')
-rw-r--r--Utilities/Release/config_SunOS23
1 files changed, 0 insertions, 23 deletions
diff --git a/Utilities/Release/config_SunOS b/Utilities/Release/config_SunOS
deleted file mode 100644
index 7de13af..0000000
--- a/Utilities/Release/config_SunOS
+++ /dev/null
@@ -1,23 +0,0 @@
-PLATFORM="sparc-sunos57-static"
-CURSES_LIBRARY="/usr/lib/libcurses.a"
-FORM_LIBRARY="/usr/lib/libform.a"
-CC="cc"
-CXX="CC"
-# Write entries into the cache file before building cmake.
-write_cache()
-{
-BINDIR=`pwd`
-
-cat > UserMakeRules.cmake <<EOF
-SET(CMAKE_DL_LIBS "-Bdynamic -ldl -Bstatic")
-EOF
-
-write_standard_cache
-
-cat >> CMakeCache.txt <<EOF
-CMAKE_EXE_LINKER_FLAGS:STRING=-Bstatic
-CMAKE_USER_MAKE_RULES_OVERRIDE:STRING=${BINDIR}/UserMakeRules.cmake
-CURSES_LIBRARY:FILEPATH=${CURSES_LIBRARY}
-FORM_LIBRARY:FILEPATH=${FORM_LIBRARY}
-EOF
-}