blob: 8ff3cca40d59776e52018f561e32edda529e6360 [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"),
incl(searchpath, BASE_DIR "\\src\\dom"),
incl(searchpath, BASE_DIR "\\src\\idom"),
define("XML_USE_INMEMORY_MSGLOADER", 1),
define("XML_USE_ICONV_TRANSCODER", 1)