]> icculus.org git repositories - divverent/netradiant.git/blob - setup/linux/nightly.cf
git-svn-id: svn://svn.icculus.org/netradiant/trunk@55 61c419a2-8eb2-4b30-bcec-8cead03...
[divverent/netradiant.git] / setup / linux / nightly.cf
1 # Linux build config
2 # all.cf
3 #
4 # includes core + wolfpack + q3pack
5
6 $DO_CORE=1;
7 $DO_GAME_Q3=1;
8 $DO_GAME_WOLF=1;
9
10 $DO_NIGHTLY=1;
11
12 # the nightly is meant to overwrite an existing full installation
13 # see postinstall.sh, it would be better to have a clear indication of nightly
14 $GTKRAD_BASE_VERSION="1.2";