]> git.saurik.com Git - wxWidgets.git/blob - src/wxZlib.icc
added DoPrepareDC()
[wxWidgets.git] / src / wxZlib.icc
1 option ProjectOptions = gen(arch, "pentium2"), opt(tune, "pentium2"),
2 report(level, "E"), file(genobject, "..\\src\\zlib\\dbgos240\\")
3 {
4
5 perform
6 {
7 run before '-mkdir ' '..\\src\\zlib\\dbgos240'
8 }
9 target "..\\lib\\os2zlib.lib"
10 {
11 source type("c") "ZLIB\\ADLER32.C"
12 source type("c") "ZLIB\\COMPRESS.C"
13 source type("c") "ZLIB\\CRC32.C"
14 source type("c") "ZLIB\\DEFLATE.C"
15 source type("c") "ZLIB\\GZIO.C"
16 source type("c") "ZLIB\\INFBLOCK.C"
17 source type("c") "ZLIB\\INFCODES.C"
18 source type("c") "ZLIB\\INFFAST.C"
19 source type("c") "ZLIB\\INFLATE.C"
20 source type("c") "ZLIB\\INFTREES.C"
21 source type("c") "ZLIB\\INFUTIL.C"
22 source type("c") "ZLIB\\TREES.C"
23 source type("c") "ZLIB\\UNCOMPR.C"
24 source type("c") "ZLIB\\ZUTIL.C"
25 }
26 }