blob: 312324a444960b85b43629f6c6870267537a24f8 [file] [log] [blame]
BASE_DIR = "I:\\Xerces\\source\\xml-xerces\\c"
option project_options =
gen(unreferenced, "yes"),
link(linkwithmultithreadlib, "yes"),
link(map, "Yes"),
link(dllinitinstance, "yes"),
link(pmtype, "vio"),
link(stub, "No"),
link(exportall, "yes"),
opt(inline, "yes"),
opt(level, "2"),
opt(tune, "pentium"),
incl(searchpath, BASE_DIR "\\src\\xercesc"),
incl(searchpath, BASE_DIR "\\src\\xercesc\\dom"),
incl(searchpath, BASE_DIR "\\src\\xercesc\\idom"),
define("XML_USE_INMEMORY_MSGLOADER", 1),
define("XML_USE_ICONV_TRANSCODER", 1)