CMake/Utilities/Release/config_Linux

20 lines
473 B
Plaintext
Raw Normal View History

2003-03-13 23:59:53 +03:00
PLATFORM="x86-linux"
2005-07-12 01: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-16 02:42:41 +03:00
# Write entries into the cache file before building cmake.
write_cache()
{
write_standard_cache
cat >> CMakeCache.txt <<EOF
2003-01-16 02:42:41 +03:00
CURSES_LIBRARY:FILEPATH=${CURSES_LIBRARY}
2005-07-12 01:12:17 +04:00
CURSES_INCLUDE_PATH:PATH=/usr/i686-gcc-332s/include/ncurses
2003-01-16 02:42:41 +03:00
FORM_LIBRARY:FILEPATH=${FORM_LIBRARY}
EOF
}