]> git.saurik.com Git - wxWidgets.git/blame - src/wxZlib.icc
Recognize VC12 (a.k.a. MSVS 2013) and define __VISUALC12__ for it.
[wxWidgets.git] / src / wxZlib.icc
CommitLineData
6bee9b59 1option ProjectOptions = gen(arch, "pentium2"), opt(tune, "pentium2"),
70054dc9 2 report(level, "E"), file(genobject, "..\\src\\zlib\\dbgos240\\")
6bee9b59
DW
3{
4
5 perform
6 {
70054dc9 7 run before '-mkdir ' '..\\src\\zlib\\dbgos240'
6bee9b59
DW
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}