mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
added USE_CMD_ARGS to enable cmd console args in rsinit
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3424 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
fd76e2ec4b
commit
ea810034c9
@ -205,15 +205,17 @@ win32-x-g++ {
|
|||||||
}
|
}
|
||||||
################################# Windows ##########################################
|
################################# Windows ##########################################
|
||||||
|
|
||||||
win32 {
|
|
||||||
QMAKE_CC = g++
|
|
||||||
OBJECTS_DIR = temp/obj
|
|
||||||
MOC_DIR = temp/moc
|
|
||||||
DEFINES *= WINDOWS_SYS WIN32 STATICLIB MINGW
|
|
||||||
DEFINES *= MINIUPNPC_VERSION=13
|
|
||||||
DESTDIR = lib
|
|
||||||
|
|
||||||
DEFINES -= DEBUG_PQISSL
|
win32 {
|
||||||
|
QMAKE_CC = g++
|
||||||
|
OBJECTS_DIR = temp/obj
|
||||||
|
MOC_DIR = temp/moc
|
||||||
|
DEFINES *= WINDOWS_SYS WIN32 STATICLIB MINGW
|
||||||
|
DEFINES *= MINIUPNPC_VERSION=13
|
||||||
|
DESTDIR = lib
|
||||||
|
|
||||||
|
DEFINES -= DEBUG_PQISSL
|
||||||
|
DEFINES += USE_CMD_ARGS
|
||||||
|
|
||||||
#miniupnp implementation files
|
#miniupnp implementation files
|
||||||
HEADERS += upnp/upnputil.h
|
HEADERS += upnp/upnputil.h
|
||||||
@ -221,16 +223,18 @@ win32 {
|
|||||||
|
|
||||||
|
|
||||||
UPNPC_DIR = ../../../../miniupnpc-1.3
|
UPNPC_DIR = ../../../../miniupnpc-1.3
|
||||||
GPG_ERROR_DIR = ../../../../libgpg-error-1.7
|
GPG_ERROR_DIR = ../../../../libgpg-error-1.7
|
||||||
GPGME_DIR = ../../../../gpgme-1.1.8
|
GPGME_DIR = ../../../../gpgme-1.1.8
|
||||||
|
|
||||||
PTHREADS_DIR = ../../../../pthreads-w32-2-8-0-release
|
PTHREADS_DIR = ../../../../pthreads-w32-2-8-0-release
|
||||||
ZLIB_DIR = ../../../../zlib-1.2.3
|
ZLIB_DIR = ../../../../zlib-1.2.3
|
||||||
SSL_DIR = ../../../../OpenSSL
|
SSL_DIR = ../../../../OpenSSL
|
||||||
|
|
||||||
INCLUDEPATH += . $${SSL_DIR}/include $${UPNPC_DIR} $${PTHREADS_DIR} $${ZLIB_DIR} $${GPGME_DIR}/src $${GPG_ERROR_DIR}/src
|
|
||||||
|
INCLUDEPATH += . $${SSL_DIR}/include $${UPNPC_DIR} $${PTHREADS_DIR} $${ZLIB_DIR} $${GPGME_DIR}/src $${GPG_ERROR_DIR}/src
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
################################# MacOSX ##########################################
|
################################# MacOSX ##########################################
|
||||||
|
|
||||||
mac {
|
mac {
|
||||||
|
Loading…
Reference in New Issue
Block a user