From f69de936e6b2c5b1573363396fbfbb8d5cdf9be2 Mon Sep 17 00:00:00 2001 From: Igor Zlatkovic Date: Thu, 14 Nov 2002 17:48:25 +0000 Subject: integrated mingw into jscript configure --- win32/configure.js | 37 ++++++++++++++++++++++++++++++------- 1 file changed, 30 insertions(+), 7 deletions(-) (limited to 'win32/configure.js') diff --git a/win32/configure.js b/win32/configure.js index 71542cd0..4446d387 100644 --- a/win32/configure.js +++ b/win32/configure.js @@ -20,7 +20,7 @@ var baseNameExslt = "libexslt"; /* Configure file which contains the version and the output file where we can store our build configuration. */ var configFile = baseDir + "\\configure.in"; -var versionFile = ".\\configure.txt"; +var versionFile = ".\\config.msvc"; /* Input and output files regarding the lib(e)xml features. The second output file is there for the compatibility reasons, otherwise it is identical to the first. */ @@ -39,11 +39,13 @@ var verMajorExslt; var verMinorExslt; var verMicroExslt; /* Libxslt features. */ +var withTrio = false; var withXsltDebug = true; var withMemDebug = false; var withDebugger = true; var withIconv = true; /* Win32 build options. */ +var compiler = "msvc"; var buildDebug = 0; var buildStatic = 0; var buildPrefix = "."; @@ -61,11 +63,11 @@ var error = 0; function boolToStr(opt) { if (opt == false) - return "Disabled"; + return "no"; else if (opt == true) - return "Enabled"; + return "yes"; error = 1; - return "Undefined"; + return "*** undefined ***"; } /* Helper function, transforms the argument string into the boolean @@ -90,11 +92,13 @@ function usage() txt += "Options can be specified in the form