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

  /external/libxml2/win32/
configure.js 70 var vcmanifest = false; variable
155 txt += " vcmanifest: Embed VC manifest (only msvc) (" + (vcmanifest? "yes" : "no") + ")\n";
273 vf.WriteLine("VCMANIFEST=" + (vcmanifest? "1" : "0"));
539 else if (opt == "vcmanifest")
540 vcmanifest = strToBool(arg.substring(opt.length + 1, arg.length));
705 txtOut += " Embed Manifest: " + boolToStr(vcmanifest) + "\n";
Makefile.msvc 277 !if "$(VCMANIFEST)" == "1"
  /external/libxml2/
ChangeLog     [all...]

Completed in 224 milliseconds