CMake/Utilities/Release/config_Linux

20 lines
473 B
Plaintext
Raw Normal View History

2003-03-13 15:59:53 -05:00
PLATFORM="x86-linux"
2005-07-11 17:12:17 -04:00
CURSES_LIBRARY="/usr/i686-gcc-332s/lib/libncurses.a"
FORM_LIBRARY="/usr/i686-gcc-332s/lib/libform.a"
CC="gcc332s"
CXX="c++332s"
#BUILD_FLAGS="-j 2"
#BOOTSTRAP_FLAGS="--parallel=2"
2003-01-15 18:42:41 -05:00
# Write entries into the cache file before building cmake.
write_cache()
{
write_standard_cache
cat >> CMakeCache.txt <<EOF
2003-01-15 18:42:41 -05:00
CURSES_LIBRARY:FILEPATH=${CURSES_LIBRARY}
2005-07-11 17:12:17 -04:00
CURSES_INCLUDE_PATH:PATH=/usr/i686-gcc-332s/include/ncurses
2003-01-15 18:42:41 -05:00
FORM_LIBRARY:FILEPATH=${FORM_LIBRARY}
EOF
}