Searched refs:cruntime (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.js66 var cruntime = "/MD"; variable
149 txt += " cruntime: C-runtime compiler option (only msvc) (" + cruntime + ")\n";
154 txt += " Note: automatically enabled if cruntime is not /MD or /MDd\n";
266 vf.WriteLine("CRUNTIME=" + cruntime);
507 else if (opt == "cruntime")
508 cruntime = arg.substring(opt.length + 1, arg.length);
562 if (cruntime == "/MT" || cruntime == "/MTd" ||
563 cruntime
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/win32/
H A Dconfigure.js66 var cruntime = "/MD"; variable
149 txt += " cruntime: C-runtime compiler option (only msvc) (" + cruntime + ")\n";
154 txt += " Note: automatically enabled if cruntime is not /MD or /MDd\n";
266 vf.WriteLine("CRUNTIME=" + cruntime);
507 else if (opt == "cruntime")
508 cruntime = arg.substring(opt.length + 1, arg.length);
562 if (cruntime == "/MT" || cruntime == "/MTd" ||
563 cruntime
[all...]

Completed in 97 milliseconds