Fixing win32 mingw build scripts. Use wget instead of curl to download dependency libs.

This commit is contained in:
lotodore
2009-08-21 18:05:48 +00:00
parent 65f8586946
commit b8af0bf422
2 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ echo Running svn update
%PKTH_BaseDir%\svn\bin\svn update
echo.
echo Building PokerTH
qmake pokerth.pro
qmake CONFIG+=release pokerth.pro
mingw32-make release
move release\pokerth.exe .\pokerth.exe
echo.