diff --git a/docs/win32_build_scripts/pokerth_download_libs64.cmd b/docs/win32_build_scripts/pokerth_download_libs64.cmd index c3329825..cd6cb9be 100644 --- a/docs/win32_build_scripts/pokerth_download_libs64.cmd +++ b/docs/win32_build_scripts/pokerth_download_libs64.cmd @@ -190,6 +190,15 @@ bjam link=shared --build-dir=%PKTH_BaseDir%\pkth_boost_delete_me_after_build --t echo. echo Done compiling boost cd /d %PKTH_BaseDir% +if not exist %PKTH_BaseDir%\sqlite. ( +echo. +echo Downloading sqlite +%PKTH_OldDir%\third_party_apps\wget http://www.sqlite.org/sqlite-amalgamation-3070400.zip +IF NOT "%ERRORLEVEL%"=="0" goto downloadFailed +%PKTH_OldDir%\third_party_apps\7za x -y sqlite-amalgamation-3070400.zip +ren sqlite-amalgamation-3070400 sqlite +) +cd /d %PKTH_BaseDir% if not exist %PKTH_BaseDir%\SDL. ( echo. echo Downloading SDL precompiled