HomeSort by relevance Sort by last modified time
    Searched refs:vcmanifest (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libxslt/win32/
configure.js 55 var vcmanifest = false; variable
114 txt += " vcmanifest: Embed VC manifest (only msvc) (" + (vcmanifest? "yes" : "no") + ")\n";
208 vf.WriteLine("VCMANIFEST=" + (vcmanifest? "1" : "0"));
358 else if (opt == "vcmanifest")
359 vcmanifest = strToBool(arg.substring(opt.length + 1, arg.length));
501 txtOut += " Embed Manifest: " + boolToStr(vcmanifest) + "\n";
  /external/chromium_org/third_party/libxml/src/win32/
configure.js 69 var vcmanifest = false; variable
153 txt += " vcmanifest: Embed VC manifest (only msvc) (" + (vcmanifest? "yes" : "no") + ")\n";
270 vf.WriteLine("VCMANIFEST=" + (vcmanifest? "1" : "0"));
518 else if (opt == "vcmanifest")
519 vcmanifest = strToBool(arg.substring(opt.length + 1, arg.length));
683 txtOut += " Embed Manifest: " + boolToStr(vcmanifest) + "\n";

Completed in 49 milliseconds