Fixed Windows build issues.

This commit is contained in:
lotodore
2009-03-02 19:24:16 +00:00
parent 6948d86d9f
commit e8f9d917f8
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ echo Running svn update
echo. echo.
echo Building PokerTH echo Building PokerTH
qmake pokerth.pro qmake pokerth.pro
mingw32-make mingw32-make release
move release\pokerth.exe .\pokerth.exe move release\pokerth.exe .\pokerth.exe
echo. echo.
echo Done compiling PokerTH. Have a lot of fun! echo Done compiling PokerTH. Have a lot of fun!
+1 -1
View File
@@ -290,7 +290,7 @@ win32 {
LIBPATH += Debug/lib LIBPATH += Debug/lib
} }
release { release {
LIBPATH += Debug/lib LIBPATH += Release/lib
} }
LIBPATH += ../SDL/lib ../SDL_mixer/lib LIBPATH += ../SDL/lib ../SDL_mixer/lib
LIBS += -lgnutls-openssl -lgnutls -lgcrypt -ltasn1 -lgpg-error LIBS += -lgnutls-openssl -lgnutls -lgcrypt -ltasn1 -lgpg-error
+1 -1
View File
@@ -134,7 +134,7 @@ win32 {
LIBPATH += Debug/lib LIBPATH += Debug/lib
} }
release { release {
LIBPATH += Debug/lib LIBPATH += Release/lib
} }
LIBS += -lgnutls-openssl -lgnutls -lgcrypt -ltasn1 -lgpg-error LIBS += -lgnutls-openssl -lgnutls -lgcrypt -ltasn1 -lgpg-error
LIBS += -lcurl LIBS += -lcurl