]> git.saurik.com Git - wxWidgets.git/blob - src/wxPng.icc
1. made ScrollLines/Pages return bool indicating if we scrolled till the
[wxWidgets.git] / src / wxPng.icc
1 option ProjectOptions = gen(arch, "pentium2"), opt(tune, "pentium2"),
2 define("__WXPM__", ), define("__VISAGECPP__", ),
3 incl(searchpath, "..\\src\\png"), incl(searchpath, "..\\src\\zlib"), report(level, "E"),
4 file(genobject, "..\\src\\png\\dbgos240\\")
5 {
6 perform
7 {
8 run before '-mkdir ' '..\\src\\png\\dbgos240'
9 }
10 target type(lib) "..\\lib\\os2png.lib"
11 {
12 source type("c") "PNG\\PNG.C"
13 source type("c") "PNG\\PNGERROR.C"
14 source type("c") "PNG\\PNGGET.C"
15 source type("c") "PNG\\PNGMEM.C"
16 source type("c") "PNG\\PNGPREAD.C"
17 source type("c") "PNG\\PNGREAD.C"
18 source type("c") "PNG\\PNGRTRAN.C"
19 source type("c") "PNG\\PNGRUTIL.C"
20 source type("c") "PNG\\PNGSET.C"
21 source type("c") "PNG\\PNGTRANS.C"
22 source type("c") "PNG\\PNGWRITE.C"
23 source type("c") "PNG\\PNGWTRAN.C"
24 source type("c") "PNG\\PNGWUTIL.C"
25 source type("c") "PNG\\PNGRIO.C"
26 source type("c") "PNG\\PNGWIO.C"
27 }
28 }