1
0
mirror of https://gitlab.gnome.org/GNOME/libxslt synced 2025-07-29 15:41:13 +03:00

applied plugin patch for Windows by Joel Reed Daniel

* tests/plugins/testplugin.c win32/Makefile.msvc win32/configure.js:
  applied plugin patch for Windows by Joel Reed
Daniel
This commit is contained in:
Daniel Veillard
2005-01-30 19:02:09 +00:00
parent cea555bf1e
commit e04fbb1e27
4 changed files with 55 additions and 2 deletions

View File

@ -396,6 +396,15 @@ if (cruntime == "/MT" || cruntime == "/MTd" ||
buildStatic = 1;
}
if (buildStatic == 1 && withModules == 1) {
WScript.Echo("Warning: Disabling plugin support.");
WScript.Echo("");
WScript.Echo("Modules cannot be enabled when a statically linked cruntime has");
WScript.Echo("been selected, or when xsltproc.exe is linked statically to libxslt.");
WScript.Echo("");
withModules=0;
}
dirSep = "\\";
//if (compiler == "mingw")
// dirSep = "/";