diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2003-01-08 19:41:56 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2003-01-08 19:41:56 (GMT) |
commit | 278c0c635f1514efcb474fb8f0c4f4bd751dab79 (patch) | |
tree | 8e3734f5d3642cc0bcd0e188a61f9dd210e22792 /Utilities | |
parent | 829f8382e062466b4163e7a6dd36c6151e3e6b29 (diff) | |
download | CMake-278c0c635f1514efcb474fb8f0c4f4bd751dab79.zip CMake-278c0c635f1514efcb474fb8f0c4f4bd751dab79.tar.gz CMake-278c0c635f1514efcb474fb8f0c4f4bd751dab79.tar.bz2 |
release script for aix
Diffstat (limited to 'Utilities')
-rw-r--r-- | Utilities/cmake_release_config_aix | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Utilities/cmake_release_config_aix b/Utilities/cmake_release_config_aix new file mode 100644 index 0000000..f6e5fb1 --- /dev/null +++ b/Utilities/cmake_release_config_aix @@ -0,0 +1,15 @@ +PLATFORM="aix15" +CC="xlc" +CXX="xlC" + +# Write entries into the cache file before building cmake. +WriteCMakeCache() +{ +${CAT} > CMakeCache.txt <<EOF +BUILD_TESTING:BOOL=OFF +CMAKE_CXX_SHLIB_LINK_FLAGS:STRING=-bstatic +CMAKE_CXX_SHLIB_BUILD_FLAGS:STRING= +CMAKE_CXX_SHLIB_RUNTIME_FLAG:STRING= +EOF +} + |