mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2024-11-13 00:24:29 +00:00
12b372f89c
git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant@1 8a3a26a2-13c4-0310-b231-cf6edde360e5
14 lines
303 B
CFEngine3
14 lines
303 B
CFEngine3
# Linux build config
|
|
# all.cf
|
|
#
|
|
# includes core + wolfpack + q3pack
|
|
|
|
$DO_CORE=1;
|
|
$DO_GAME_Q3=1;
|
|
$DO_GAME_WOLF=1;
|
|
|
|
$DO_NIGHTLY=1;
|
|
|
|
# the nightly is meant to overwrite an existing full installation
|
|
# see postinstall.sh, it would be better to have a clear indication of nightly
|
|
$GTKRAD_BASE_VERSION="1.2";
|