From 102179f8793f90e5a24a30c5e7364008d5865ec8 Mon Sep 17 00:00:00 2001 From: klaus triendl Date: Thu, 16 Jan 2020 23:33:22 +0200 Subject: [libxml2] Embed resources in Windows-based shared library (#9474) (#9492) --- ports/libxml2/RemoveIncludeFromWindowsRcFile.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 ports/libxml2/RemoveIncludeFromWindowsRcFile.patch (limited to 'ports/libxml2/RemoveIncludeFromWindowsRcFile.patch') diff --git a/ports/libxml2/RemoveIncludeFromWindowsRcFile.patch b/ports/libxml2/RemoveIncludeFromWindowsRcFile.patch new file mode 100644 index 000000000..ce5a3fcbe --- /dev/null +++ b/ports/libxml2/RemoveIncludeFromWindowsRcFile.patch @@ -0,0 +1,10 @@ +diff --git a/win32/libxml2.rc b/win32/libxml2.rc +index c774a5ee..08e2da1e 100644 +--- a/win32/libxml2.rc ++++ b/win32/libxml2.rc +@@ -1,5 +1,4 @@ + #include +-#include "rcVersion.h" + + VS_VERSION_INFO VERSIONINFO + FILEVERSION LIBXML_MAJOR_VERSION,LIBXML_MINOR_VERSION,LIBXML_MICRO_VERSION,0 -- cgit v1.2.3