Subversion Repositories SvarDOS

Rev

Rev 1738 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1738 Rev 1745
Line 7... Line 7...
7
#  wmake           - compiles the program
7
#  wmake           - compiles the program
8
#  wmake clean     - cleans up all non-source files
8
#  wmake clean     - cleans up all non-source files
9
#
9
#
10
 
10
 
11
FEATURES =
11
FEATURES =
-
 
12
 
-
 
13
# hidden (debug-oriented) features:
-
 
14
 
-
 
15
# display debug data within the "ver" screen
12
#FEATURES += -DVERDBG
16
#FEATURES += -DVERDBG
13
 
17
 
-
 
18
# dump the NLS collate table to screen at each DIR
-
 
19
#FEATURES += -DDIR_DUMPNLSCOLLATE
-
 
20
 
-
 
21
 
14
LDFLAGS = -0 -y -wx -mt -lr -we -d0 -ox -fm=command.map
22
LDFLAGS = -0 -y -wx -mt -lr -we -d0 -ox -fm=command.map
15
CFLAGS = -0 -wx -ms -we -d0 -ox $(FEATURES)
23
CFLAGS = -0 -wx -ms -we -d0 -ox $(FEATURES)
16
# -0   generate 8086 compatible code
24
# -0   generate 8086 compatible code
17
# -y   ignore %WCL% if present
25
# -y   ignore %WCL% if present
18
# -wx  maximum warnings level
26
# -wx  maximum warnings level