Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libxslt/win32/
Dconfigure.js49 var withModules = false; variable
109 txt += " modules: Enable Module support (" + (withModules? "yes" : "no") + ")\n";
196 vf.WriteLine("WITH_MODULES=" + (withModules? "1" : "0"));
244 of.WriteLine(s.replace(/\@WITH_MODULES\@/, withModules? "1" : "0"));
280 of.WriteLine(s.replace(/\@WITH_MODULES\@/, withModules? "1" : "0"));
351 withModules = strToBool(arg.substring(opt.length + 1, arg.length));
408 if (buildStatic == 1 && withModules == 1) {
414 withModules=0;
493 txtOut += " Modules: " + boolToStr(withModules) + "\n";
/external/chromium_org/third_party/libxml/src/win32/
Dconfigure.js52 var withModules = true; variable
135 txt += " modules: Enable module support (" + (withModules? "yes" : "no") + ")\n";
247 vf.WriteLine("WITH_MODULES=" + (withModules? "1" : "0"));
344 of.WriteLine(s.replace(/\@WITH_MODULES\@/, withModules? "1" : "0"));
489 withModules = strToBool(arg.substring(opt.length + 1, arg.length));
663 txtOut += " Module support: " + boolToStr(withModules) + "\n";