]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - install-dlls.sh
CMake: Make dll bundling optional
[xonotic/netradiant.git] / install-dlls.sh
index 311a6f9c7d0135ab037b8143b7cdcabf519c6817..60ca8db42bbac71fc92d30258444a9bed0e4b51d 100755 (executable)
@@ -26,6 +26,7 @@ for DLL in \
        libgthread-2.0-0.dll \
        libgtkglext-win32-1.0-0.dll \
        libgtk-win32-2.0-0.dll \
+       libjpeg-8.dll \
        libpango-1.0-0.dll \
        libpangocairo-1.0-0.dll \
        libpangoft2-1.0-0.dll \
@@ -33,12 +34,14 @@ for DLL in \
        libpng14-14.dll \
        libxml2-2.dll \
        zlib1.dll \
+       libgcc_s_sjlj-1.dll \
+       libstdc++-6.dll \
 ; do
        $CP "`$WHICHDLL $DLL`" $INSTALLDIR/
 done
 
 $MKDIR $INSTALLDIR/etc/fonts
-$CAT > $INSTALLDIR/etc/fonts/fonts.conf
+$CAT > $INSTALLDIR/etc/fonts/fonts.conf <<EOF
 <?xml version="1.0"?>
 <!DOCTYPE fontconfig SYSTEM "fonts.dtd">
 <!-- /etc/fonts/fonts.conf file to configure system font access -->