Subversion Repositories SvarDOS

Rev

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

Rev 1882 Rev 1959
Line 23... Line 23...
23
	zip -9oDkrX pkg.zip nls_utf8 svarlang.lib zlib *.c *.h pkg.txt pkg.lsm makefile
23
	zip -9oDkrX pkg.zip nls_utf8 svarlang.lib zlib *.c *.h pkg.txt pkg.lsm makefile
24
	rmdir appinfo
24
	rmdir appinfo
25
	rmdir bin
25
	rmdir bin
26
	rmdir doc
26
	rmdir doc
27
 
27
 
28
pkg.exe: main.obj crc32.obj fileexst.obj helpers.obj inf.obj kprintf.obj libunzip.obj loadconf.obj lsm.obj pkginst.obj pkgrem.obj trim.obj showinst.obj unzip.obj deflang.obj
28
pkg.exe: main.obj healthck.obj crc32.obj fileexst.obj helpers.obj inf.obj kprintf.obj libunzip.obj loadconf.obj lsm.obj pkginst.obj pkgrem.obj trim.obj showinst.obj unzip.obj deflang.obj
29
	wcl $(LDFLAGS) $(LIBS) *.obj
29
	wcl $(LDFLAGS) $(LIBS) *.obj
30
	upx --8086 -9 pkg.exe
30
	upx --8086 -9 pkg.exe
31
 
31
 
32
deflang.obj: nls_utf8\pkg_??.txt
32
deflang.obj: nls_utf8\pkg_??.txt
33
	cd nls_utf8
33
	cd nls_utf8
Line 53... Line 53...
53
	wcc $(CFLAGS) crc32.c
53
	wcc $(CFLAGS) crc32.c
54
 
54
 
55
fileexst.obj: fileexst.c
55
fileexst.obj: fileexst.c
56
	wcc $(CFLAGS) fileexst.c
56
	wcc $(CFLAGS) fileexst.c
57
 
57
 
-
 
58
healthck.obj: healthck.c
-
 
59
	wcc $(CFLAGS) healthck.c
-
 
60
 
58
helpers.obj: helpers.c
61
helpers.obj: helpers.c
59
	wcc $(CFLAGS) helpers.c
62
	wcc $(CFLAGS) helpers.c
60
 
63
 
61
inf.obj: inf.c
64
inf.obj: inf.c
62
	wcc $(CFLAGS) inf.c
65
	wcc $(CFLAGS) inf.c