From: Rudolf Polzer Date: Fri, 13 Jan 2012 23:10:38 +0000 (+0100) Subject: add two missing dlls X-Git-Tag: xonotic-v0.6.0~29^2 X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fnetradiant.git;a=commitdiff_plain;h=34dd9340fca9c50b4a431778ce57f28ca4d8b7bf add two missing dlls --- diff --git a/install-dlls.sh b/install-dlls.sh index f83e3862..59ae421e 100755 --- a/install-dlls.sh +++ b/install-dlls.sh @@ -33,6 +33,8 @@ 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