OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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