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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/win32/
H A Dconfigure.js68 var vcmanifest = false; variable
151 txt += " vcmanifest: Embed VC manifest (only msvc) (" + (vcmanifest? "yes" : "no") + ")\n";
267 vf.WriteLine("VCMANIFEST=" + (vcmanifest? "1" : "0"));
511 else if (opt == "vcmanifest")
512 vcmanifest = strToBool(arg.substring(opt.length + 1, arg.length));
669 txtOut += " Embed Manifest: " + boolToStr(vcmanifest) + "\n";
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/win32/
H A Dconfigure.js68 var vcmanifest = false; variable
151 txt += " vcmanifest: Embed VC manifest (only msvc) (" + (vcmanifest? "yes" : "no") + ")\n";
267 vf.WriteLine("VCMANIFEST=" + (vcmanifest? "1" : "0"));
511 else if (opt == "vcmanifest")
512 vcmanifest = strToBool(arg.substring(opt.length + 1, arg.length));
669 txtOut += " Embed Manifest: " + boolToStr(vcmanifest) + "\n";

Completed in 109 milliseconds