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:
defnax 2009-02-08 13:31:21 +00:00
parent 6efc71efd5
commit b9abc24e5c

View File

@ -34,21 +34,26 @@ win32-x-g++ {
win32 {
OBJECTS_DIR = temp/obj
MOC_DIR = temp/moc
DEFINES *= WINDOWS_SYS WIN32
DEFINES *= STATICLIB
INCLUDEPATH *= ../../../../pthreads-w32-2-8-0-release
DEFINES = WINDOWS_SYS WIN32
DESTDIR = lib
#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 ##################################
DEFINES *= PQI_USE_XPGP MINIUPNPC_VERSION=10
SSL_DIR=../../../../openssl-0.9.7g-xpgp-0.1c
UPNPC_DIR=../../../../miniupnpc-1.0
SSL_DIR = ../../../../openssl-0.9.7g-xpgp-0.1c
UPNPC_DIR = ../../../../miniupnpc-1.0
INCLUDEPATH += . $${SSL_DIR}/include $${UPNPC_DIR}
#DEPENDPATH += . \
# util \
# tcponudp \