Author: cazfi
Date: Mon Feb 29 11:29:19 2016
New Revision: 32131

URL: http://svn.gna.org/viewcvs/freeciv?rev=32131&view=rev
Log:
Corrections to the set of dlls installed with freeciv on msys2 based Installers.

See patch #7017

Modified:
    trunk/win32/installer_msys2/Makefile

Modified: trunk/win32/installer_msys2/Makefile
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/win32/installer_msys2/Makefile?rev=32131&r1=32130&r2=32131&view=diff
==============================================================================
--- trunk/win32/installer_msys2/Makefile        (original)
+++ trunk/win32/installer_msys2/Makefile        Mon Feb 29 11:29:19 2016
@@ -161,6 +161,7 @@
 # install Freeciv environment
 
 COMMON_DLLS := \
+       libstdc++-6.dll \
        libatk-1.0-0.dll \
        libbz2-1.dll \
        libcairo-2.dll \
@@ -185,14 +186,13 @@
        libpng16-16.dll \
        libxml2-2.dll \
        zlib1.dll \
-       libwinpthread-1.dll
+       libwinpthread-1.dll \
+       libicuuc56.dll \
+       libicudt56.dll
 
 COMMON_MSYS_DLLS := \
        2.0.dll \
-       stdc++-6.dll \
        curl-4.dll \
-       icuuc56.dll \
-       icudata56.dll \
        idn-11.dll \
        sqlite3-0.dll \
        ssl-1.0.0.dll \


_______________________________________________
Freeciv-commits mailing list
Freeciv-commits@gna.org
https://mail.gna.org/listinfo/freeciv-commits

Reply via email to