Searched refs:withPython (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.js62 var withPython = false; variable
146 txt += " python: Build Python bindings (" + (withPython? "yes" : "no") + ")\n";
255 vf.WriteLine("WITH_PYTHON=" + (withPython? "1" : "0"));
504 withPython = strToBool(arg.substring(opt.length + 1, arg.length));
598 if (withPython == true) {
662 txtOut += " Python bindings: " + boolToStr(withPython) + "\n";
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/win32/
H A Dconfigure.js62 var withPython = false; variable
146 txt += " python: Build Python bindings (" + (withPython? "yes" : "no") + ")\n";
255 vf.WriteLine("WITH_PYTHON=" + (withPython? "1" : "0"));
504 withPython = strToBool(arg.substring(opt.length + 1, arg.length));
598 if (withPython == true) {
662 txtOut += " Python bindings: " + boolToStr(withPython) + "\n";

Completed in 39 milliseconds