home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Shareware BBS: 10 Tools
/
10-Tools.zip
/
zlib114s.zip
/
zlib114
/
zlib-stat.icc
< prev
next >
Wrap
Text File
|
2002-03-17
|
1KB
|
31 lines
option ProjectOptions = gen(arch, "pentium2"), link(exportlist, "zlib.def"),
link(linkwithmultithreadlib, "yes"), link(linkwithsharedlib, "no"),
link(versionstring, "zlib 1.1.4"), link(extdictionary, "yes"),
link(version, 1, 14), link(stack, 0x10000, ),
opt(autoinline, "yes"), opt(level, "2"),
opt(tune, "pentium2"), opt(schedule, "yes"),
incl(searchpath, "../"), report(level, "E"),
file(genobject, "./static/obj/"),
define("OS2", "__OS2__")
{
run after sources ('./static/zlib.dll') targets('./static/zlib.dll')
"dllrname ./static/zlib.dll CPPRMI40=VAC40CMT CPPRBI40=VAC40PMT /Q"
target './static/zlib.dll' {
source type('c') '../adler32.c'
source type('c') '../compress.c'
source type('c') '../crc32.c'
source type('c') '../gzio.c'
source type('c') '../uncompr.c'
source type('c') '../deflate.c'
source type('c') '../trees.c'
source type('c') '../zutil.c'
source type('c') '../inflate.c'
source type('c') '../infblock.c'
source type('c') '../inftrees.c'
source type('c') '../infcodes.c'
source type('c') '../infutil.c'
source type('c') '../inffast.c'
}
}