Subversion Repositories Games.Descent

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 pmbaty 1
#
2
# Matt's personal settings file
3
#
4
# Comment out lines to disable them
5
#
6
 
7
TARGSYS  = WIN32
8
COMPILER = WATCOM       #SYMANTEC
9
 
10
# These define changes in the code
11
 
12
RELEASE_VERSION = 1    #turn off test, cheat, & debugging functions
13
NDEBUG = 1             #is debugging turned off? (kills Asserts, Int3s, etc.)
14
 
15
#D2_OEM = 1             # 8-level OEM version?
16
 
17
TACTILE = 1             #are tactile-feedback joysticks supported?
18
 
19
#SHAREWARE = 1          #is this the smaller shareware
20
#BUILD_EDITOR = 1       #is the editor included?
21
 
22
 
23
# These never really get changed
24
 
25
#PIGGY_NO_PAGING = 1    #don't use John's new paging code
26
#STORE_DEMO = 1         #is the one-level store demo in?
27
#ARCADE = 1             #is the Arcade/AWD code in?
28
#MARK_ON = 1            #are marks on?
29
#PASSWORD = 'RUST'      #is a password required?
30
#DEMO_ONLY = 1          #is this a non-playable demo?
31
 
32
 
33
# These define changes in compiling & linking
34
# Undefining DEBUG_ON will kill symbols and source
35
 
36
OPTIMIZE_ON = 1         #build optimized
37
%undef DEBUG_ON         #no debug
38
 
39
#STACK_CHECK_ON = 1             #re-enable stack check
40
 
41
 
42
#This defines the name of this version
43
 
44
#VERSION_NAME   = "CD Burn Test"
45