home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / zlib114s.zip / zlib114 / zlib-stat.icc < prev    next >
Text File  |  2002-03-17  |  1KB  |  31 lines

  1. option ProjectOptions = gen(arch, "pentium2"), link(exportlist, "zlib.def"),
  2.                         link(linkwithmultithreadlib, "yes"), link(linkwithsharedlib, "no"),
  3.                         link(versionstring, "zlib 1.1.4"), link(extdictionary, "yes"),
  4.                         link(version, 1, 14), link(stack, 0x10000, ),
  5.                         opt(autoinline, "yes"), opt(level, "2"),
  6.                         opt(tune, "pentium2"), opt(schedule, "yes"),
  7.                         incl(searchpath, "../"), report(level, "E"),
  8.                         file(genobject, "./static/obj/"), 
  9.                         define("OS2", "__OS2__")
  10. {
  11.    run after sources ('./static/zlib.dll') targets('./static/zlib.dll')
  12.        "dllrname ./static/zlib.dll CPPRMI40=VAC40CMT CPPRBI40=VAC40PMT /Q"
  13.  
  14.    target './static/zlib.dll' {
  15.      source type('c') '../adler32.c'
  16.      source type('c') '../compress.c'
  17.      source type('c') '../crc32.c'
  18.      source type('c') '../gzio.c'
  19.      source type('c') '../uncompr.c'
  20.      source type('c') '../deflate.c'
  21.      source type('c') '../trees.c'
  22.      source type('c') '../zutil.c'
  23.      source type('c') '../inflate.c' 
  24.      source type('c') '../infblock.c'
  25.      source type('c') '../inftrees.c'
  26.      source type('c') '../infcodes.c'
  27.      source type('c') '../infutil.c'
  28.      source type('c') '../inffast.c'
  29.    }
  30. }
  31.