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