aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames McCollum <jjmccollum@ad.hume.vt.edu>2020-10-26 08:17:46 -0400
committerJames McCollum <jjmccollum@ad.hume.vt.edu>2020-10-26 08:17:46 -0400
commit24e454066d47b61147eb1abec27114bc52c36f4c (patch)
treec994cddb3b2f49325ea17f72609ba1faddbb8338
parentc4bae8d8185858435bdf22cd98ba7e58e67d9041 (diff)
downloadpugixml-24e454066d47b61147eb1abec27114bc52c36f4c.zip
pugixml-24e454066d47b61147eb1abec27114bc52c36f4c.tar.gz
pugixml-24e454066d47b61147eb1abec27114bc52c36f4c.tar.bz2
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