]>
Commit | Line | Data |
---|---|---|
6bee9b59 DW |
1 | option ProjectOptions = gen(arch, "pentium2"), lang(longlong, "yes"), lang(trailingenumcommas, "no"), |
2 | link(debug, "yes"), link(defaultlibs, "no"), link(version, 2, 11), opt(inline, "yes"), opt(tune, "pentium2"), | |
3 | define("__WXPM__", ), define("__VISAGECPP__", ), | |
4 | incl(searchpath, "..\\src\\png"), | |
5 | incl(searchpath, "..\\src\\jpeg"), | |
6 | incl(searchpath, "..\\src\\xpm"), | |
7 | incl(searchpath, "..\\src\\zlib"), | |
8 | incl(searchpath, "..\\Include") | |
9 | { | |
10 | target type("lib") "..\\LIB\\wxGeneric.lib" | |
11 | { | |
12 | source "GENERIC\\busyinfo.cpp" | |
13 | source "GENERIC\\caret.cpp" | |
14 | source "GENERIC\\choicdgg.cpp" | |
15 | source "GENERIC\\colrdlgg.cpp" | |
16 | source "GENERIC\\dcpsg.cpp" | |
17 | source "GENERIC\\fontdlgg.cpp" | |
18 | source "GENERIC\\grid.cpp" | |
19 | source "GENERIC\\helpext.cpp" | |
20 | source "GENERIC\\helphtml.cpp" | |
21 | source "GENERIC\\helpwxht.cpp" | |
22 | source "GENERIC\\helpxlp.cpp" | |
23 | source "GENERIC\\imaglist.cpp" | |
24 | source "GENERIC\\laywin.cpp" | |
25 | source "GENERIC\\listctrl.cpp" | |
26 | source "GENERIC\\logg.cpp" | |
27 | source "GENERIC\\msgdlgg.cpp" | |
28 | source "GENERIC\\numdlgg.cpp" | |
29 | source "GENERIC\\panelg.cpp" | |
30 | source "GENERIC\\printps.cpp" | |
31 | source "GENERIC\\prntdlgg.cpp" | |
32 | source "GENERIC\\progdlgg.cpp" | |
33 | source "GENERIC\\prop.cpp" | |
34 | source "GENERIC\\propform.cpp" | |
35 | source "GENERIC\\proplist.cpp" | |
36 | source "GENERIC\\sashwin.cpp" | |
37 | source "GENERIC\\scrolwin.cpp" | |
38 | source "GENERIC\\splitter.cpp" | |
39 | source "GENERIC\\statusbr.cpp" | |
40 | source "GENERIC\\tabg.cpp" | |
41 | source "GENERIC\\textdlgg.cpp" | |
42 | source "GENERIC\\tipdlg.cpp" | |
43 | source "GENERIC\\treectrl.cpp" | |
44 | } | |
45 | } | |
46 |