Home
last modified time | relevance | path

Searched refs:withDebug (Results 1 – 1 of 1) sorted by relevance

/external/libxml2/win32/
Dconfigure.js47 var withDebug = true; variable
133 txt += " xml_debug: Enable XML debbugging module (" + (withDebug? "yes" : "no") + ")\n";
244 vf.WriteLine("WITH_DEBUG=" + (withDebug? "1" : "0"));
351 of.WriteLine(s.replace(/\@WITH_DEBUG\@/, withDebug? "1" : "0"));
498 withDebug = strToBool(arg.substring(opt.length + 1, arg.length));
681 txtOut += " Debugging module: " + boolToStr(withDebug) + "\n";