add more dlls to script

db4
Doug Coleman 2008-02-04 12:30:23 -06:00
parent bc3bf6b2b4
commit 87d44252c5
1 changed files with 10 additions and 0 deletions

View File

@ -233,6 +233,16 @@ maybe_download_dlls() {
check_ret wget
wget http://factorcode.org/dlls/zlib1.dll
check_ret wget
wget http://factorcode.org/dlls/OpenAL32.dll
check_ret wget
wget http://factorcode.org/dlls/alut.dll
check_ret wget
wget http://factorcode.org/dlls/ogg.dll
check_ret wget
wget http://factorcode.org/dlls/theora.dll
check_ret wget
wget http://factorcode.org/dlls/vorbis.dll
check_ret wget
chmod 777 *.dll
check_ret chmod
fi