From 23c9bf136b4a4be5a5cb20517f98d9a343f5be25 Mon Sep 17 00:00:00 2001 From: lotodore Date: Sun, 21 Dec 2008 21:39:47 +0000 Subject: [PATCH] Updated release paths for mingw. --- pokerth_game.pro | 4 ++-- pokerth_server.pro | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pokerth_game.pro b/pokerth_game.pro index 3e136e85..3799af67 100644 --- a/pokerth_game.pro +++ b/pokerth_game.pro @@ -286,8 +286,8 @@ win32 { } win32-g++ { - #LIBPATH += Release/lib - LIBPATH += Debug/lib + LIBPATH += Release/lib + #LIBPATH += Debug/lib LIBPATH += ../SDL/lib ../SDL_mixer/lib LIBS += -lgnutls-openssl -lgnutls -lgcrypt -ltasn1 -lgpg-error LIBS += -lcurl diff --git a/pokerth_server.pro b/pokerth_server.pro index c0cca23d..db7a36d9 100644 --- a/pokerth_server.pro +++ b/pokerth_server.pro @@ -120,8 +120,8 @@ win32 { LIBPATH += ../boost/stage/lib ../GnuTLS/lib ../curl/lib ../zlib - #LIBPATH += Release/lib - LIBPATH += Debug/lib + LIBPATH += Release/lib + #LIBPATH += Debug/lib LIBS += -lpokerth_lib