Fixed Windows build issues.
This commit is contained in:
@@ -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
@@ -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
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user