aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArseny Kapoulkine <arseny.kapoulkine@gmail.com>2020-10-26 15:48:58 -0700
committerGitHub <noreply@github.com>2020-10-26 15:48:58 -0700
commit30761e48dfbd810912cf94f3eff2c410f371e0ab (patch)
treec994cddb3b2f49325ea17f72609ba1faddbb8338
parentc4bae8d8185858435bdf22cd98ba7e58e67d9041 (diff)
parent24e454066d47b61147eb1abec27114bc52c36f4c (diff)
downloadpugixml-30761e48dfbd810912cf94f3eff2c410f371e0ab.zip
pugixml-30761e48dfbd810912cf94f3eff2c410f371e0ab.tar.gz
pugixml-30761e48dfbd810912cf94f3eff2c410f371e0ab.tar.bz2
Merge pull request #376 from jjmccollum/mingw-dll-fix
Added fix to pugixml_dll.rc so shared lib can be built with MinGW
-rw-r--r--scripts/pugixml_dll.rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/pugixml_dll.rc b/scripts/pugixml_dll.rc
index d71a65d..1c7c5a7 100644
--- a/scripts/pugixml_dll.rc
+++ b/scripts/pugixml_dll.rc
@@ -5,7 +5,7 @@
#define PUGIXML_VERSION_PATCH 0
#define PUGIXML_VERSION_NUMBER "1.10.0\0"
-#ifdef GCC_WINDRES
+#if defined(GCC_WINDRES) || defined(__MINGW32__)
VS_VERSION_INFO VERSIONINFO
#else
VS_VERSION_INFO VERSIONINFO MOVEABLE IMPURE LOADONCALL DISCARDABLE