Subversion Repositories SvarDOS

Rev

Rev 487 | Rev 499 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 487 Rev 496
Line 6... Line 6...
6
#
6
#
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 =
-
 
12
FEATURES += -DVERDBG
-
 
13
 
11
LDFLAGS = -0 -y -wx -mt -lr -we -d0 -ox -fm=command.map
14
LDFLAGS = -0 -y -wx -mt -lr -we -d0 -ox -fm=command.map
12
CFLAGS = -0 -wx -ms -we -d0 -ox
15
CFLAGS = -0 -wx -ms -we -d0 -ox $(FEATURES)
13
# -0   generate 8086 compatible code
16
# -0   generate 8086 compatible code
14
# -y   ignore %WCL% if present
17
# -y   ignore %WCL% if present
15
# -wx  maximum warnings level
18
# -wx  maximum warnings level
16
# -mt  TINY memory model
19
# -mt  TINY memory model
17
# -lr  real-mode target
20
# -lr  real-mode target