Home
last modified time | relevance | path

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

/external/libxml2/win32/
Dconfigure.js70 var vcmanifest = false; variable
155 txt += " vcmanifest: Embed VC manifest (only msvc) (" + (vcmanifest? "yes" : "no") + ")\n";
273 vf.WriteLine("VCMANIFEST=" + (vcmanifest? "1" : "0"));
540 vcmanifest = strToBool(arg.substring(opt.length + 1, arg.length));
705 txtOut += " Embed Manifest: " + boolToStr(vcmanifest) + "\n";
/external/libxml2/
DChangeLog1174 * win32/configure.js win32/Makefile.msvc: add --vcmanifest flag (yes/no)