Subversion Repositories SvarDOS

Rev

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

Rev 728 Rev 1185
Line 24... Line 24...
24
	zip -9krDX pkgnet.zip Makefile *.c *.h nls_utf8 pkgnet.lsm watt32 svarlang.lib
24
	zip -9krDX pkgnet.zip Makefile *.c *.h nls_utf8 pkgnet.lsm watt32 svarlang.lib
25
 
25
 
26
pkgnet.exe: pkgnet.obj net.obj unchunk.obj lsm.obj helpers.obj trim.obj
26
pkgnet.exe: pkgnet.obj net.obj unchunk.obj lsm.obj helpers.obj trim.obj
27
	cd nls_utf8
27
	cd nls_utf8
28
	utf8tocp 850 de_utf8.txt > de.txt
28
	utf8tocp 850 de_utf8.txt > de.txt
-
 
29
	utf8tocp 850 br_utf8.txt > br.txt
29
	utf8tocp 437 en_utf8.txt > en.txt
30
	utf8tocp 437 en_utf8.txt > en.txt
30
	utf8tocp maz pl_utf8.txt > pl.txt
31
	utf8tocp maz pl_utf8.txt > pl.txt
31
	..\svarlang.lib\tlumacz en de pl
32
	..\svarlang.lib\tlumacz en br de pl > tlumacz.log
32
	del ??.txt
33
	del ??.txt
33
	move /y deflang.c ..\deflang.c
34
	move /y deflang.c ..\deflang.c
34
	move /y out.lng ..\pkgnet.lng
35
	move /y out.lng ..\pkgnet.lng
35
	cd ..
36
	cd ..
36
	*wcl -lr -k4096 $(LIB) pkgnet.obj deflang.c net.obj unchunk.obj lsm.obj helpers.obj trim.obj -fe=pkgnet.exe
37
	*wcl -lr -k4096 $(LIB) pkgnet.obj deflang.c net.obj unchunk.obj lsm.obj helpers.obj trim.obj -fe=pkgnet.exe