HomeSort by relevance Sort by last modified time
    Searched refs:cruntime (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libxslt/win32/
configure.js 54 var cruntime = "/MD"; variable
113 txt += " cruntime: C-runtime compiler option (only msvc) (" + cruntime + ")\n";
117 txt += " Note: automatically enabled if cruntime is not /MD or /MDd\n";
207 vf.WriteLine("CRUNTIME=" + cruntime);
356 else if (opt == "cruntime")
357 cruntime = arg.substring(opt.length + 1, arg.length);
403 if (cruntime == "/MT" || cruntime == "/MTd" |
    [all...]
  /external/chromium_org/third_party/libxml/src/win32/
configure.js 67 var cruntime = "/MD"; variable
151 txt += " cruntime: C-runtime compiler option (only msvc) (" + cruntime + ")\n";
156 txt += " Note: automatically enabled if cruntime is not /MD or /MDd\n";
269 vf.WriteLine("CRUNTIME=" + cruntime);
514 else if (opt == "cruntime")
515 cruntime = arg.substring(opt.length + 1, arg.length);
569 if (cruntime == "/MT" || cruntime == "/MTd" |
    [all...]

Completed in 378 milliseconds