Home
last modified time | relevance | path

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

/external/libxml2/win32/
Dconfigure.js72 var buildStatic = 0; variable
157 txt += " static: Link xmllint statically to libxml2 (" + (buildStatic? "yes" : "no") + ")\n";
263 vf.WriteLine("STATIC=" + (buildStatic? "1" : "0"));
544 buildStatic = strToBool(arg.substring(opt.length + 1, arg.length));
592 buildStatic = 1;
709 txtOut += " Static xmllint: " + boolToStr(buildStatic) + "\n";