Lines Matching refs:txtOut
663 var txtOut = "\nXML processor configuration\n"; variable
664 txtOut += "---------------------------\n";
665 txtOut += " Trio: " + boolToStr(withTrio) + "\n";
666 txtOut += " Thread safety: " + withThreads + "\n";
667 txtOut += " FTP client: " + boolToStr(withFtp) + "\n";
668 txtOut += " HTTP client: " + boolToStr(withHttp) + "\n";
669 txtOut += " HTML processor: " + boolToStr(withHtml) + "\n";
670 txtOut += " C14N support: " + boolToStr(withC14n) + "\n";
671 txtOut += " Catalog support: " + boolToStr(withCatalog) + "\n";
672 txtOut += " DocBook support: " + boolToStr(withDocb) + "\n";
673 txtOut += " XPath support: " + boolToStr(withXpath) + "\n";
674 txtOut += " XPointer support: " + boolToStr(withXptr) + "\n";
675 txtOut += " XInclude support: " + boolToStr(withXinclude) + "\n";
676 txtOut += " iconv support: " + boolToStr(withIconv) + "\n";
677 txtOut += " icu support: " + boolToStr(withIcu) + "\n";
678 txtOut += " iso8859x support: " + boolToStr(withIso8859x) + "\n";
679 txtOut += " zlib support: " + boolToStr(withZlib) + "\n";
680 txtOut += " lzma support: " + boolToStr(withLzma) + "\n";
681 txtOut += " Debugging module: " + boolToStr(withDebug) + "\n";
682 txtOut += " Memory debugging: " + boolToStr(withMemDebug) + "\n";
683 txtOut += " Runtime debugging: " + boolToStr(withRunDebug) + "\n";
684 txtOut += " Regexp support: " + boolToStr(withRegExps) + "\n";
685 txtOut += " Module support: " + boolToStr(withModules) + "\n";
686 txtOut += " Tree support: " + boolToStr(withTree) + "\n";
687 txtOut += " Reader support: " + boolToStr(withReader) + "\n";
688 txtOut += " Writer support: " + boolToStr(withWriter) + "\n";
689 txtOut += " Walker support: " + boolToStr(withWalker) + "\n";
690 txtOut += " Pattern support: " + boolToStr(withPattern) + "\n";
691 txtOut += " Push support: " + boolToStr(withPush) + "\n";
692 txtOut += "Validation support: " + boolToStr(withValid) + "\n";
693 txtOut += " SAX1 support: " + boolToStr(withSax1) + "\n";
694 txtOut += " Legacy support: " + boolToStr(withLegacy) + "\n";
695 txtOut += " Output support: " + boolToStr(withOutput) + "\n";
696 txtOut += "XML Schema support: " + boolToStr(withSchemas) + "\n";
697 txtOut += "Schematron support: " + boolToStr(withSchematron) + "\n";
698 txtOut += " Python bindings: " + boolToStr(withPython) + "\n";
699 txtOut += "\n";
700 txtOut += "Win32 build configuration\n";
701 txtOut += "-------------------------\n";
702 txtOut += " Compiler: " + compiler + "\n";
704 txtOut += " C-Runtime option: " + cruntime + "\n";
705 txtOut += " Embed Manifest: " + boolToStr(vcmanifest) + "\n";
707 txtOut += " Use dynamic RTL: " + dynruntime + "\n";
708 txtOut += " Debug symbols: " + boolToStr(buildDebug) + "\n";
709 txtOut += " Static xmllint: " + boolToStr(buildStatic) + "\n";
710 txtOut += " Install prefix: " + buildPrefix + "\n";
711 txtOut += " Put tools in: " + buildBinPrefix + "\n";
712 txtOut += " Put headers in: " + buildIncPrefix + "\n";
713 txtOut += "Put static libs in: " + buildLibPrefix + "\n";
714 txtOut += "Put shared libs in: " + buildSoPrefix + "\n";
715 txtOut += " Include path: " + buildInclude + "\n";
716 txtOut += " Lib path: " + buildLib + "\n";
717 WScript.Echo(txtOut);