After win32 build, move the server exe to a location where it is able to load the required dlls.

This commit is contained in:
lotodore
2010-08-30 16:58:47 +00:00
parent 3cb8e0a042
commit 9254cacdf7
@@ -54,6 +54,7 @@ echo Building PokerTH
qmake CONFIG+=release pokerth.pro
mingw32-make release
move release\pokerth.exe .\pokerth.exe
move release\bin\pokerth_server.exe .\pokerth_server.exe
echo.
echo Done compiling PokerTH. Have a lot of fun!
goto end