From e8f9d917f898beb9582c95a519906538f320f996 Mon Sep 17 00:00:00 2001 From: lotodore Date: Mon, 2 Mar 2009 19:24:16 +0000 Subject: [PATCH] Fixed Windows build issues. --- docs/win32_build_scripts/pokerth_build.cmd | 2 +- pokerth_game.pro | 2 +- pokerth_server.pro | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/win32_build_scripts/pokerth_build.cmd b/docs/win32_build_scripts/pokerth_build.cmd index 5d4bda34..8857d862 100644 --- a/docs/win32_build_scripts/pokerth_build.cmd +++ b/docs/win32_build_scripts/pokerth_build.cmd @@ -52,7 +52,7 @@ echo Running svn update echo. echo Building PokerTH qmake pokerth.pro -mingw32-make +mingw32-make release move release\pokerth.exe .\pokerth.exe echo. echo Done compiling PokerTH. Have a lot of fun! diff --git a/pokerth_game.pro b/pokerth_game.pro index 14f9dc89..94f05ecb 100644 --- a/pokerth_game.pro +++ b/pokerth_game.pro @@ -290,7 +290,7 @@ win32 { LIBPATH += Debug/lib } release { - LIBPATH += Debug/lib + LIBPATH += Release/lib } LIBPATH += ../SDL/lib ../SDL_mixer/lib LIBS += -lgnutls-openssl -lgnutls -lgcrypt -ltasn1 -lgpg-error diff --git a/pokerth_server.pro b/pokerth_server.pro index 98e8268d..53a64cc2 100644 --- a/pokerth_server.pro +++ b/pokerth_server.pro @@ -134,7 +134,7 @@ win32 { LIBPATH += Debug/lib } release { - LIBPATH += Debug/lib + LIBPATH += Release/lib } LIBS += -lgnutls-openssl -lgnutls -lgcrypt -ltasn1 -lgpg-error LIBS += -lcurl