]>
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\\wxHtml.lib" | |
12 | { | |
13 | source "HTML\\helpctrl.cpp" | |
14 | source "HTML\\helpdata.cpp" | |
15 | source "HTML\\helpfrm.cpp" | |
16 | source "HTML\\htmlcell.cpp" | |
17 | source "HTML\\htmlfilt.cpp" | |
18 | source "HTML\\htmlpars.cpp" | |
19 | source "HTML\\htmltag.cpp" | |
20 | source "HTML\\htmlwin.cpp" | |
21 | source "HTML\\htmprint.cpp" | |
22 | source "HTML\\m_fonts.cpp" | |
23 | source "HTML\\m_hline.cpp" | |
24 | source "HTML\\m_image.cpp" | |
25 | source "HTML\\m_layout.cpp" | |
26 | source "HTML\\m_links.cpp" | |
27 | source "HTML\\m_list.cpp" | |
28 | source "HTML\\m_pre.cpp" | |
29 | source "HTML\\m_tables.cpp" | |
30 | source "HTML\\winpars.cpp" | |
31 | } | |
32 | } |