diff options
| author | klaus triendl <klaus@triendl.eu> | 2020-01-16 23:33:22 +0200 |
|---|---|---|
| committer | Victor Romero <romerosanchezv@gmail.com> | 2020-01-16 13:33:22 -0800 |
| commit | 102179f8793f90e5a24a30c5e7364008d5865ec8 (patch) | |
| tree | a104ce74d6742f8fe6b3daadce083fa135754de3 /ports/libxml2/RemoveIncludeFromWindowsRcFile.patch | |
| parent | 2f02076c51d7fa762251c019555f9d26414b0c96 (diff) | |
| download | vcpkg-102179f8793f90e5a24a30c5e7364008d5865ec8.tar.gz vcpkg-102179f8793f90e5a24a30c5e7364008d5865ec8.zip | |
[libxml2] Embed resources in Windows-based shared library (#9474) (#9492)
Diffstat (limited to 'ports/libxml2/RemoveIncludeFromWindowsRcFile.patch')
| -rw-r--r-- | ports/libxml2/RemoveIncludeFromWindowsRcFile.patch | 10 |
1 files changed, 10 insertions, 0 deletions
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 <winver.h> +-#include "rcVersion.h" + + VS_VERSION_INFO VERSIONINFO + FILEVERSION LIBXML_MAJOR_VERSION,LIBXML_MINOR_VERSION,LIBXML_MICRO_VERSION,0 |
