add dll to script

db4
Doug Coleman 2008-02-04 13:38:59 -06:00
parent a4209c2804
commit eda2c710d4
1 changed files with 2 additions and 0 deletions

View File

@ -243,6 +243,8 @@ maybe_download_dlls() {
check_ret wget check_ret wget
wget http://factorcode.org/dlls/vorbis.dll wget http://factorcode.org/dlls/vorbis.dll
check_ret wget check_ret wget
wget http://factorcode.org/dlls/sqlite3.dll
check_ret wget
chmod 777 *.dll chmod 777 *.dll
check_ret chmod check_ret chmod
fi fi