Searched refs:buildStatic (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.js70 var buildStatic = 0; variable
153 txt += " static: Link xmllint statically to libxml2 (" + (buildStatic? "yes" : "no") + ")\n";
257 vf.WriteLine("STATIC=" + (buildStatic? "1" : "0"));
516 buildStatic = strToBool(arg.substring(opt.length + 1, arg.length));
564 buildStatic = 1;
673 txtOut += " Static xmllint: " + boolToStr(buildStatic) + "\n";
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/win32/
H A Dconfigure.js70 var buildStatic = 0; variable
153 txt += " static: Link xmllint statically to libxml2 (" + (buildStatic? "yes" : "no") + ")\n";
257 vf.WriteLine("STATIC=" + (buildStatic? "1" : "0"));
516 buildStatic = strToBool(arg.substring(opt.length + 1, arg.length));
564 buildStatic = 1;
673 txtOut += " Static xmllint: " + boolToStr(buildStatic) + "\n";

Completed in 57 milliseconds