From ce64cf050dd582d9e4b183eab267286c3fd6041d Mon Sep 17 00:00:00 2001 From: David Webster Date: Mon, 10 Jan 2000 19:07:10 +0000 Subject: [PATCH] New VA 4.0 .icc file the minimal sample git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5333 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- samples/minimal/Minimal.icc | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 samples/minimal/Minimal.icc diff --git a/samples/minimal/Minimal.icc b/samples/minimal/Minimal.icc new file mode 100644 index 0000000000..23464f9e11 --- /dev/null +++ b/samples/minimal/Minimal.icc @@ -0,0 +1,18 @@ +option ProjectOptions = gen(arch, "pentium2"), gen(manglelinkagekeywordonlyfuncs, "no"), lang(longlong, "yes"), lang(allowtypedefasclassname, "yes"), + 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(templatedefimpls, "dontparse"), + lang(trailingenumcommas, "no"), lang(universalcharacternames, "no"), link(debug, "yes"), link(linkwithmultithreadlib, "yes"), + link(linkwithsharedlib, "yes"), link(defaultlibs, "yes"), link(defaultlibsname, "..\\..\\LIB\\wx40.lib"), link(extdictionary, "no"), + 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"), macros(redefine, "yes") +{ + target "Minimal.exe" + { + source type(cpp) "MINIMAL.CPP" + option res_rc_options("-d __VISAGECPP__ -i ..\\..\\Include") + { + source type(rc) "MINIMAL.RC" + } + } +} -- 2.45.2