OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:buildStatic
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libxslt/win32/
configure.js
57
var
buildStatic
= 0;
116
txt += " static: Link xsltproc statically to libxslt (" + (
buildStatic
? "yes" : "no") + ")\n";
198
vf.WriteLine("STATIC=" + (
buildStatic
? "1" : "0"));
361
buildStatic
= strToBool(arg.substring(opt.length + 1, arg.length));
405
buildStatic
= 1;
408
if (
buildStatic
== 1 && withModules == 1) {
503
txtOut += " Static xsltproc: " + boolToStr(
buildStatic
) + "\n";
/external/chromium_org/third_party/libxml/src/win32/
configure.js
71
var
buildStatic
= 0;
155
txt += " static: Link xmllint statically to libxml2 (" + (
buildStatic
? "yes" : "no") + ")\n";
260
vf.WriteLine("STATIC=" + (
buildStatic
? "1" : "0"));
523
buildStatic
= strToBool(arg.substring(opt.length + 1, arg.length));
571
buildStatic
= 1;
687
txtOut += " Static xmllint: " + boolToStr(
buildStatic
) + "\n";
Completed in 199 milliseconds