]> git.saurik.com Git - wxWidgets.git/blame - samples/minimal/Minimal.icc
moved bookmarks to Contents panel
[wxWidgets.git] / samples / minimal / Minimal.icc
CommitLineData
ce64cf05
DW
1option ProjectOptions = gen(arch, "pentium2"), gen(manglelinkagekeywordonlyfuncs, "no"), lang(longlong, "yes"), lang(allowtypedefasclassname, "yes"),
2 lang(compatmath, "yes"), lang(nokeyword, "const_cast"), lang(nokeyword, "explicit"), lang(nokeyword, "export"), lang(nokeyword, "false"),
3 lang(nokeyword, "mutable"), lang(nokeyword, "true"), lang(nokeyword, "typename"), lang(templatedefimpls, "dontparse"),
4 lang(trailingenumcommas, "no"), lang(universalcharacternames, "no"), link(debug, "yes"), link(linkwithmultithreadlib, "yes"),
5 link(linkwithsharedlib, "yes"), link(defaultlibs, "yes"), link(defaultlibsname, "..\\..\\LIB\\wx40.lib"), link(extdictionary, "no"),
6 opt(inline, "yes"), opt(tune, "pentium2"), define("__WXPM__", ), define("__VISAGECPP__", ), incl(searchpath, "..\\..\\src\\png"),
7 incl(searchpath, "..\\..\\src\\jpeg"), incl(searchpath, "..\\..\\src\\xpm"), incl(searchpath, "..\\..\\src\\zlib"),
8 incl(searchpath, "..\\..\\Include"), macros(redefine, "yes")
9{
10 target "Minimal.exe"
11 {
12 source type(cpp) "MINIMAL.CPP"
13 option res_rc_options("-d __VISAGECPP__ -i ..\\..\\Include")
14 {
15 source type(rc) "MINIMAL.RC"
16 }
17 }
18}