| 1 | option ProjectOptions = gen(arch, "pentium2"), opt(tune, "pentium2"), |
| 2 | define("__WXPM__", ), define("__VISAGECPP__", ), define("wx_pm", ), |
| 3 | incl(searchpath, "..\\src\\xpm"), report(level, "E"), |
| 4 | file(genobject, "..\\src\\xpm\\dbgos240\\") |
| 5 | { |
| 6 | perform |
| 7 | { |
| 8 | run before '-mkdir ' '..\\src\\xpm\\dbgos240' |
| 9 | } |
| 10 | target "..\\lib\\os2xpm.lib" |
| 11 | { |
| 12 | source type("c") "XPM\\ATTRIB.C" |
| 13 | source type("c") "XPM\\CRBUFFRI.C" |
| 14 | source type("c") "XPM\\CRDATFRI.C" |
| 15 | source type("c") "XPM\\CREATE.C" |
| 16 | source type("c") "XPM\\CRIFRBUF.C" |
| 17 | source type("c") "XPM\\CRIFRDAT.C" |
| 18 | source type("c") "XPM\\DATA.C" |
| 19 | source type("c") "XPM\\HASHTAB.C" |
| 20 | source type("c") "XPM\\IMAGE.C" |
| 21 | source type("c") "XPM\\INFO.C" |
| 22 | source type("c") "XPM\\MISC.C" |
| 23 | source type("c") "XPM\\PARSE.C" |
| 24 | source type("c") "XPM\\RDFTODAT.C" |
| 25 | source type("c") "XPM\\RDFTOI.C" |
| 26 | source type("c") "XPM\\RGB.C" |
| 27 | source type("c") "XPM\\SCAN.C" |
| 28 | source type("c") "XPM\\SIMX.C" |
| 29 | source type("c") "XPM\\WRFFRDAT.C" |
| 30 | source type("c") "XPM\\WRFFRI.C" |
| 31 | } |
| 32 | } |