mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2024-11-10 07:11:54 +00:00
add the QL pack to the default list
This commit is contained in:
parent
8d84aa7933
commit
ea96f0741a
2 changed files with 3 additions and 1 deletions
|
@ -33,7 +33,7 @@ class Config:
|
|||
# platforms for which to assemble a setup
|
||||
self.setup_platforms = [ 'local', 'x86', 'x64', 'win32' ]
|
||||
# paks to assemble in the setup
|
||||
self.setup_packs = [ 'Q3Pack', 'UrTPack', 'ETPack', ] # 'UFOAIPack', 'Q2WPack', 'ReactionPack' ]
|
||||
self.setup_packs = [ 'Q3Pack', 'UrTPack', 'ETPack', 'QLPack' ] # 'UFOAIPack', 'Q2WPack', 'ReactionPack' ]
|
||||
|
||||
def __repr__( self ):
|
||||
return 'config: target=%s config=%s' % ( self.target_selected, self.config_selected )
|
||||
|
|
|
@ -49,6 +49,8 @@
|
|||
#include <stdio.h>
|
||||
|
||||
// this is the version to expect from template projects
|
||||
// bump this to force a regeneration of the template menus
|
||||
// this is useful if you update/edit the BSP command lines for instance
|
||||
#define PROJECT_VERSION 2
|
||||
|
||||
//#define MEM_DEBUG
|
||||
|
|
Loading…
Reference in a new issue