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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/win32/
H A Dconfigure.js51 var withModules = true; variable
133 txt += " modules: Enable module support (" + (withModules? "yes" : "no") + ")\n";
244 vf.WriteLine("WITH_MODULES=" + (withModules? "1" : "0"));
339 of.WriteLine(s.replace(/\@WITH_MODULES\@/, withModules? "1" : "0"));
482 withModules = strToBool(arg.substring(opt.length + 1, arg.length));
649 txtOut += " Module support: " + boolToStr(withModules) + "\n";
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/win32/
H A Dconfigure.js51 var withModules = true; variable
133 txt += " modules: Enable module support (" + (withModules? "yes" : "no") + ")\n";
244 vf.WriteLine("WITH_MODULES=" + (withModules? "1" : "0"));
339 of.WriteLine(s.replace(/\@WITH_MODULES\@/, withModules? "1" : "0"));
482 withModules = strToBool(arg.substring(opt.length + 1, arg.length));
649 txtOut += " Module support: " + boolToStr(withModules) + "\n";

Completed in 172 milliseconds