]> git.saurik.com Git - wxWidgets.git/blame - src/wxPng.icc
Don't prematurely return from Create before appending the choices, and etc.
[wxWidgets.git] / src / wxPng.icc
CommitLineData
70054dc9
DW
1option 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\\")
6bee9b59
DW
5{
6 perform
7 {
70054dc9 8 run before '-mkdir ' '..\\src\\png\\dbgos240'
6bee9b59
DW
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}