mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-18 20:34:26 -05:00
fixed libretroshare.pro for win32 compile
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1121 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
fab7faa5f6
commit
449674be3f
@ -1,6 +1,7 @@
|
||||
TEMPLATE = lib
|
||||
CONFIG *= staticlib
|
||||
CONFIG += static
|
||||
TARGET = retroshare
|
||||
CONFIG += release
|
||||
|
||||
DEFINES *= OPENDHT_DEBUG DHT_DEBUG CONN_DEBUG DEBUG_UDP_SORTER P3DISC_DEBUG DEBUG_UDP_LAYER
|
||||
################################# Linux ##########################################
|
||||
@ -36,7 +37,7 @@ win32 {
|
||||
QMAKE_CC = g++
|
||||
OBJECTS_DIR = temp/obj
|
||||
MOC_DIR = temp/moc
|
||||
DEFINES = WINDOWS_SYS WIN32 STATICLIB
|
||||
DEFINES = WINDOWS_SYS WIN32 STATICLIB MINGW
|
||||
DESTDIR = lib
|
||||
|
||||
SSL_DIR = ../../../../openssl-0.9.7g-xpgp-0.1c/include
|
||||
|
Loading…
Reference in New Issue
Block a user