Fixing static linking, still requires gnutls due to libcurl.
This commit is contained in:
+3
-1
@@ -323,7 +323,9 @@ win32 {
|
|||||||
-lSDLmain \
|
-lSDLmain \
|
||||||
-ltinyxml \
|
-ltinyxml \
|
||||||
-lz \
|
-lz \
|
||||||
|
-lgnutls \
|
||||||
-lgcrypt \
|
-lgcrypt \
|
||||||
|
-lgpg-error \
|
||||||
-lgsasl \
|
-lgsasl \
|
||||||
-lidn
|
-lidn
|
||||||
debug:LIBPATH += debug/lib
|
debug:LIBPATH += debug/lib
|
||||||
@@ -454,7 +456,7 @@ unix:!mac {
|
|||||||
./lib/libpokerth_protocol.a
|
./lib/libpokerth_protocol.a
|
||||||
|
|
||||||
# #### My release static libs
|
# #### My release static libs
|
||||||
# LIBS += -lgcrypt_static -lSDL_mixer_static -lSDL -lmikmod -lcurl
|
# LIBS += -lgcrypt_static -lgpg-error_static -lgnutls_static -lSDL_mixer_static -lSDL -lmikmod -lcurl
|
||||||
# ### INSTALL ####
|
# ### INSTALL ####
|
||||||
binary.path += $${PREFIX}/bin/
|
binary.path += $${PREFIX}/bin/
|
||||||
binary.files += pokerth
|
binary.files += pokerth
|
||||||
|
|||||||
+1
-1
@@ -126,7 +126,7 @@ win32 {
|
|||||||
debug:LIBPATH += debug/lib
|
debug:LIBPATH += debug/lib
|
||||||
release:LIBPATH += release/lib
|
release:LIBPATH += release/lib
|
||||||
|
|
||||||
LIBS += -lgcrypt -lgsasl -lidn -ltinyxml
|
LIBS += -lgnutls -lgcrypt -lgpg-error -lgsasl -lidn -ltinyxml
|
||||||
win32-g++-cross {
|
win32-g++-cross {
|
||||||
LIBS += -lsqlite3
|
LIBS += -lsqlite3
|
||||||
LIBS += -lntlm
|
LIBS += -lntlm
|
||||||
|
|||||||
Reference in New Issue
Block a user