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

  /external/libxml2/win32/
Makefile.bcb 58 !if "$(DYNRUNTIME)" == "1"
74 !if "$(WITH_THREADS)" != "no" && "$(DYNRUNTIME)" == "1"
78 !elif "$(DYNRUNTIME)" == "1"
configure.js 69 var dynruntime = true; variable
154 txt += " dynruntime: Use the dynamic RTL (only bcb) (" + dynruntime + ")\n";
280 vf.WriteLine("DYNRUNTIME=" + (dynruntime? "1" : "0"));
537 else if (opt == "dynruntime")
538 dynruntime = strToBool(arg.substring(opt.length + 1, arg.length));
707 txtOut += " Use dynamic RTL: " + dynruntime + "\n";

Completed in 166 milliseconds