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:
@ -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 = "/";
|
||||
|
Reference in New Issue
Block a user