[Scummvm-git-logs] scummvm master -> d7caa0e6f4badbce9f1d300fdb469ea1f8a0ff15
rootfather
lserramari at gmail.com
Sat Nov 26 19:28:46 CET 2016
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
d7caa0e6f4 CONFIGURE: Enable plugins support for mingw64
Commit: d7caa0e6f4badbce9f1d300fdb469ea1f8a0ff15
https://github.com/scummvm/scummvm/commit/d7caa0e6f4badbce9f1d300fdb469ea1f8a0ff15
Author: rootfather (rootfather at scummvm.org)
Date: 2016-11-26T19:25:02+01:00
Commit Message:
CONFIGURE: Enable plugins support for mingw64
Until now, the configure script was unable to detect mingw64
as a platform that supports building plugins.
I tested this with MSYS2/mingw64 and was able to build all
engines dynamically. I opted not to use any wildcards for this
entry, because I don't know which variants are possible here.
Changed paths:
configure
diff --git a/configure b/configure
index 25dd8ca..be6f663 100755
--- a/configure
+++ b/configure
@@ -3647,7 +3647,7 @@ PRE_OBJS_FLAGS := -Wl,-export-dynamic -Wl,-whole-archive
POST_OBJS_FLAGS := -Wl,-no-whole-archive
'
;;
- *mingw32*)
+ *mingw32* | mingw64)
_plugin_prefix=""
_plugin_suffix=".dll"
_mak_plugins='
More information about the Scummvm-git-logs
mailing list