mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-05 05:12:51 -04:00
update win32 section
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1021 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
6efc71efd5
commit
b9abc24e5c
1 changed files with 12 additions and 7 deletions
|
@ -34,21 +34,26 @@ win32-x-g++ {
|
||||||
win32 {
|
win32 {
|
||||||
OBJECTS_DIR = temp/obj
|
OBJECTS_DIR = temp/obj
|
||||||
MOC_DIR = temp/moc
|
MOC_DIR = temp/moc
|
||||||
DEFINES *= WINDOWS_SYS WIN32
|
DEFINES = WINDOWS_SYS WIN32
|
||||||
DEFINES *= STATICLIB
|
DESTDIR = lib
|
||||||
|
|
||||||
INCLUDEPATH *= ../../../../pthreads-w32-2-8-0-release
|
#SSL_DIR = ../../../../openssl-0.9.7g-xpgp-0.1c/include
|
||||||
|
#UPNPC_DIR = ../../../../miniupnpc-1.0
|
||||||
|
PTHREADS_DIR = ../../../../pthreads-w32-2-8-0-release
|
||||||
|
ZLIB_DIR = ../../../../zlib-1.2.3
|
||||||
|
|
||||||
|
#INCLUDEPATH += . $${SSL_DIR} $${UPNPC_DIR} $${PTHREADS_DIR} $${ZLIB_DIR}
|
||||||
|
INCLUDEPATH += . $${PTHREADS_DIR} $${ZLIB_DIR}
|
||||||
}
|
}
|
||||||
################################### COMMON stuff ##################################
|
################################### COMMON stuff ##################################
|
||||||
|
|
||||||
DEFINES *= PQI_USE_XPGP MINIUPNPC_VERSION=10
|
DEFINES *= PQI_USE_XPGP MINIUPNPC_VERSION=10
|
||||||
|
|
||||||
SSL_DIR=../../../../openssl-0.9.7g-xpgp-0.1c
|
SSL_DIR = ../../../../openssl-0.9.7g-xpgp-0.1c
|
||||||
UPNPC_DIR=../../../../miniupnpc-1.0
|
UPNPC_DIR = ../../../../miniupnpc-1.0
|
||||||
|
|
||||||
INCLUDEPATH += . $${SSL_DIR}/include $${UPNPC_DIR}
|
INCLUDEPATH += . $${SSL_DIR}/include $${UPNPC_DIR}
|
||||||
|
|
||||||
|
|
||||||
#DEPENDPATH += . \
|
#DEPENDPATH += . \
|
||||||
# util \
|
# util \
|
||||||
# tcponudp \
|
# tcponudp \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue