From 9254cacdf7b091087293a20e4d825991cd1650f1 Mon Sep 17 00:00:00 2001 From: lotodore Date: Mon, 30 Aug 2010 16:58:47 +0000 Subject: [PATCH] After win32 build, move the server exe to a location where it is able to load the required dlls. --- docs/win32_build_scripts/pokerth_build.cmd | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/win32_build_scripts/pokerth_build.cmd b/docs/win32_build_scripts/pokerth_build.cmd index 4b24fb04..a30b2346 100644 --- a/docs/win32_build_scripts/pokerth_build.cmd +++ b/docs/win32_build_scripts/pokerth_build.cmd @@ -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