]> git.saurik.com Git - wxWidgets.git/blob - src/wxXpm.icc
some fixes from the SGI build log
[wxWidgets.git] / src / wxXpm.icc
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\\debugos2\\")
5 {
6 perform
7 {
8 run before '-mkdir ' '..\\src\\xpm\\debugos2'
9 }
10 target "..\\lib\\os2xpm.lib"
11 {
12 source type("c") "XPM\\CRBUFFRI.C"
13 source type("c") "XPM\\CRDATFRI.C"
14 source type("c") "XPM\\CRIFRBUF.C"
15 source type("c") "XPM\\CRIFRDAT.C"
16 source type("c") "XPM\\DATA.C"
17 source type("c") "XPM\\HASHTAB.C"
18 source type("c") "XPM\\MISC.C"
19 source type("c") "XPM\\PARSE.C"
20 source type("c") "XPM\\RDFTODAT.C"
21 source type("c") "XPM\\RDFTOI.C"
22 source type("c") "XPM\\RGB.C"
23 source type("c") "XPM\\SCAN.C"
24 source type("c") "XPM\\WRFFRDAT.C"
25 source type("c") "XPM\\WRFFRI.C"
26 source type("c") "XPM\\WRFFRP.C"
27 source type("c") "XPM\\CREATE.C"
28 source type("c") "XPM\\SIMX.C"
29 }
30 }