The GtkRadiant sources as originally released under the GPL license.

This commit is contained in:
Travis Bradshaw
2012-01-31 15:20:35 -06:00
commit 0991a5ce8b
1590 changed files with 431941 additions and 0 deletions

14
setup/win32/nightly.cf Normal file
View File

@@ -0,0 +1,14 @@
# Core + all game packs
# output dir name
$SETUP_DIR = 'Setup-update';
$DO_CORE = 1;
$DO_GAME_Q3 = 1;
$DO_GAME_WOLF = 1;
$DO_GAME_JKII = 1;
$DO_GAME_STVEF = 1;
$DO_GAME_HALFLIFE = 1;
$DO_GAME_SOF2 = 1;
$DO_NIGHTLY = 1;