xref: /AOO42X/main/libxslt/libxslt-win_manifest.patch (revision f3525e2faf94d9d78a815865c8696401fca6affc)
1*f3525e2fSDon Lewisdiff -ur misc/libxslt-1.1.34/win32/configure.js misc/build/libxslt-1.1.34/win32/configure.js
2*f3525e2fSDon Lewis--- misc/libxslt-1.1.32/win34/configure.js  2017-10-26 00:55:47.000000000 -0700
3*f3525e2fSDon Lewis+++ misc/build/libxslt-1.1.34/win32/configure.js    2019-11-08 16:16:13.055825865 -0800
4d095bc29SDon Lewis@@ -51,7 +51,7 @@
5cdf0e10cSrcweir var dirSep = "\\";
6cdf0e10cSrcweir var compiler = "msvc";
7cdf0e10cSrcweir var cruntime = "/MD";
8cdf0e10cSrcweir-var vcmanifest = false;
9cdf0e10cSrcweir+var vcmanifest = true;
10cdf0e10cSrcweir var buildDebug = 0;
11cdf0e10cSrcweir var buildStatic = 0;
12cdf0e10cSrcweir var buildPrefix = ".";
13*f3525e2fSDon Lewis@@ -240,6 +240,8 @@
14*f3525e2fSDon Lewis            of.WriteLine(s.replace(/\@WITH_DEBUGGER\@/, withDebugger? "1" : "0"));
15*f3525e2fSDon Lewis        } else if (s.search(/\@WITH_MODULES\@/) != -1) {
16*f3525e2fSDon Lewis            of.WriteLine(s.replace(/\@WITH_MODULES\@/, withModules? "1" : "0"));
17*f3525e2fSDon Lewis+       } else if (s.search(/\@WITH_PROFILER\@/) != -1) {
18*f3525e2fSDon Lewis+           of.WriteLine(s.replace(/\@WITH_PROFILER\@/, "0"));
19*f3525e2fSDon Lewis        } else if (s.search(/\@LIBXSLT_DEFAULT_PLUGINS_PATH\@/) != -1) {
20*f3525e2fSDon Lewis            of.WriteLine(s.replace(/\@LIBXSLT_DEFAULT_PLUGINS_PATH\@/, "NULL"));
21*f3525e2fSDon Lewis        } else
22