X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6bee9b59511ca9e15d264aed6a2821486b8b3b59..4f40f5e37059cad5b4bc6880f47f5dbeb06ec49e:/src/wxGeneric.icc diff --git a/src/wxGeneric.icc b/src/wxGeneric.icc index 244da848fe..4c96452271 100644 --- a/src/wxGeneric.icc +++ b/src/wxGeneric.icc @@ -1,15 +1,17 @@ -option ProjectOptions = gen(arch, "pentium2"), lang(longlong, "yes"), lang(trailingenumcommas, "no"), - link(debug, "yes"), link(defaultlibs, "no"), link(version, 2, 11), opt(inline, "yes"), opt(tune, "pentium2"), - define("__WXPM__", ), define("__VISAGECPP__", ), - incl(searchpath, "..\\src\\png"), - incl(searchpath, "..\\src\\jpeg"), - incl(searchpath, "..\\src\\xpm"), - incl(searchpath, "..\\src\\zlib"), - incl(searchpath, "..\\Include") +option ProjectOptions = gen(arch, "pentium2"), lang(longlong, "yes"), gen(manglelinkagekeywordonlyfuncs, "no"), lang(allowtypedefasclassname, "yes"), + opt(tune, "pentium2"), define("__WXPM__", ), define("__VISAGECPP__", ), incl(searchpath, "..\\src\\png"), incl(searchpath, "..\\src\\jpeg"), + lang(templatedefimpls, "dontparse"), lang(compatmath, "yes"), + lang(nokeyword, "const_cast"), lang(nokeyword, "explicit"), lang(nokeyword, "export"), lang(nokeyword, "false"), + lang(nokeyword, "mutable"), + lang(nokeyword, "true"), lang(nokeyword, "typename"), + lang(trailingenumcommas, "no"), lang(universalcharacternames, "no"), link(debug, "yes"), link(linkwithmultithreadlib, "yes"), + link(linkwithsharedlib, "yes"), link(defaultlibs, "no"), link(extdictionary, "no"), opt(inline, "yes"), + incl(searchpath, "..\\src\\xpm"), incl(searchpath, "..\\src\\zlib"), incl(searchpath, "..\\Include"), macros(redefine, "yes") { target type("lib") "..\\LIB\\wxGeneric.lib" { source "GENERIC\\busyinfo.cpp" + source "GENERIC\\calctrl.cpp" source "GENERIC\\caret.cpp" source "GENERIC\\choicdgg.cpp" source "GENERIC\\colrdlgg.cpp"