X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fnetradiant.git;a=blobdiff_plain;f=install-dlls.sh;h=60ca8db42bbac71fc92d30258444a9bed0e4b51d;hp=311a6f9c7d0135ab037b8143b7cdcabf519c6817;hb=dcc68affa33fc45d4d49eb5bfaa92ef9f567a13c;hpb=d5a678f5d08779e649e022a6fec8ee2987e11685 diff --git a/install-dlls.sh b/install-dlls.sh index 311a6f9c..60ca8db4 100755 --- a/install-dlls.sh +++ b/install-dlls.sh @@ -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 <