]> git.saurik.com Git - wxWidgets.git/blob - src/wxHTML.icc
1. corrected compilation of wxTime/wxDate
[wxWidgets.git] / src / wxHTML.icc
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\\wxHtml.lib"
11 {
12 source "HTML\\helpctrl.cpp"
13 source "HTML\\helpdata.cpp"
14 source "HTML\\helpfrm.cpp"
15 source "HTML\\htmlcell.cpp"
16 source "HTML\\htmlfilt.cpp"
17 source "HTML\\htmlpars.cpp"
18 source "HTML\\htmltag.cpp"
19 source "HTML\\htmlwin.cpp"
20 source "HTML\\htmprint.cpp"
21 source "HTML\\m_fonts.cpp"
22 source "HTML\\m_hline.cpp"
23 source "HTML\\m_image.cpp"
24 source "HTML\\m_layout.cpp"
25 source "HTML\\m_links.cpp"
26 source "HTML\\m_list.cpp"
27 source "HTML\\m_pre.cpp"
28 source "HTML\\m_tables.cpp"
29 source "HTML\\winpars.cpp"
30 }
31 }