Searched defs:withDebug (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/win32/
H A Dconfigure.js45 var withDebug = true; variable
129 txt += " xml_debug: Enable XML debbugging module (" + (withDebug? "yes" : "no") + ")\n";
238 vf.WriteLine("WITH_DEBUG=" + (withDebug? "1" : "0"));
327 of.WriteLine(s.replace(/\@WITH_DEBUG\@/, withDebug? "1" : "0"));
470 withDebug = strToBool(arg.substring(opt.length + 1, arg.length));
645 txtOut += " Debugging module: " + boolToStr(withDebug) + "\n";

Completed in 397 milliseconds