]>
Commit | Line | Data |
---|---|---|
70054dc9 DW |
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\\") | |
6bee9b59 DW |
5 | { |
6 | perform | |
7 | { | |
70054dc9 | 8 | run before '-mkdir ' '..\\src\\xpm\\dbgos240' |
6bee9b59 DW |
9 | } |
10 | target "..\\lib\\os2xpm.lib" | |
11 | { | |
70054dc9 | 12 | source type("c") "XPM\\ATTRIB.C" |
6bee9b59 DW |
13 | source type("c") "XPM\\CRBUFFRI.C" |
14 | source type("c") "XPM\\CRDATFRI.C" | |
70054dc9 | 15 | source type("c") "XPM\\CREATE.C" |
6bee9b59 DW |
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" | |
70054dc9 DW |
20 | source type("c") "XPM\\IMAGE.C" |
21 | source type("c") "XPM\\INFO.C" | |
6bee9b59 DW |
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" | |
70054dc9 | 28 | source type("c") "XPM\\SIMX.C" |
6bee9b59 DW |
29 | source type("c") "XPM\\WRFFRDAT.C" |
30 | source type("c") "XPM\\WRFFRI.C" | |
6bee9b59 DW |
31 | } |
32 | } |