Subversion Repositories SvarDOS

Rev

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

Rev 1661 Rev 1662
Line 7... Line 7...
7
#  wmake clean     - cleans up all non-source files
7
#  wmake clean     - cleans up all non-source files
8
#
8
#
9
 
9
 
10
all: install.com
10
all: install.com
11
 
11
 
12
install.com: keylay.h install.c video.c deflang.c int24hdl.obj
12
install.com: keylay.h install.c deflang.c int24hdl.obj
13
	wcl -0 -y -cc -wx -mt -lr -we -d0 -ox install.c video.c deflang.c int24hdl.obj mdr\mdrs2024.lib svarlang.lib\svarlngs.lib
13
	wcl -0 -y -cc -wx -mt -lr -we -d0 -ox install.c deflang.c int24hdl.obj mdr\mdrs2024.lib svarlang.lib\svarlngs.lib
14
	upx --8086 -9 install.com
14
	upx --8086 -9 install.com
15
 
15
 
16
int24hdl.obj: int24hdl.asm
16
int24hdl.obj: int24hdl.asm
17
	wasm -0 -mt -wx -we int24hdl.asm
17
	wasm -0 -mt -wx -we int24hdl.asm
18
 
18