Subversion Repositories SvarDOS

Rev

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

Rev 624 Rev 908
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 input.c video.c deflang.c
12
install.com: keylay.h install.c input.c video.c deflang.c int24hdl.obj
13
	wcl -0 -y -cc -wx -mt -lr -we -d0 -ox install.c input.c video.c deflang.c svarlang.lib\svarlngs.lib
13
	wcl -0 -y -cc -wx -mt -lr -we -d0 -ox install.c input.c video.c deflang.c int24hdl.obj svarlang.lib\svarlngs.lib
14
	upx --8086 -9 install.com
14
	upx --8086 -9 install.com
15
 
15
 
-
 
16
int24hdl.obj: int24hdl.asm
-
 
17
	wasm -0 -mt -wx -we int24hdl.asm
-
 
18
 
16
deflang.c:
19
deflang.c:
17
	cd nls
20
	cd nls
18
	utf8tocp 437 en_utf8.txt > en.txt
21
	utf8tocp 437 en_utf8.txt > en.txt
19
	utf8tocp 858 de_utf8.txt > de.txt
22
	utf8tocp 858 de_utf8.txt > de.txt
20
	utf8tocp 858 fr_utf8.txt > fr.txt
23
	utf8tocp 858 fr_utf8.txt > fr.txt