Author: cazfi
Date: Wed May  4 22:53:39 2016
New Revision: 32583

URL: http://svn.gna.org/viewcvs/freeciv?rev=32583&view=rev
Log:
Updated lists of dlls to put to msys2 based installer packages.

See patch #7173

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=32583&r1=32582&r2=32583&view=diff
==============================================================================
--- trunk/win32/installer_msys2/Makefile        (original)
+++ trunk/win32/installer_msys2/Makefile        Wed May  4 22:53:39 2016
@@ -196,6 +196,7 @@
        libicudt56.dll
 
 COMMON_MSYS_DLLS := \
+       stdc++-6.dll \
        2.0.dll \
        curl-4.dll \
        idn-11.dll \
@@ -218,7 +219,9 @@
        iconv-2.dll \
        intl-8.dll \
        ssh2-1.dll \
-       lzma-5.dll
+       lzma-5.dll \
+       icuuc56.dll \
+       icudata56.dll
 
 install-env-common:
        # add DLLs
@@ -231,7 +234,9 @@
        libexpat-1.dll \
        libharfbuzz-0.dll \
        libepoxy-0.dll \
-       libpangoft2-1.0-0.dll
+       libgraphite2.dll \
+       libpangoft2-1.0-0.dll \
+       libpcre-1.dll
 
 install-env-default-fcmp: install-env-common
        cp -R $(addprefix $(DLLPATH_PREFIX), $(DEFAULT_FCMP_DLLS)) 
install-$(WINARCH)-$(GUI)
@@ -269,7 +274,6 @@
        cp -R $(addprefix $(DLLPATH_PREFIX), $(SDL2_DLLS)) 
install-$(WINARCH)-$(GUI)
 
 QT_DLLS := \
-       libstdc++-6.dll \
        libicuin56.dll \
        libicuuc56.dll \
        libicudt56.dll \


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

Reply via email to