mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
Tweaked the build scripts to work with the compile script.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@248 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
935745a08e
commit
e0304cd2de
@ -30,9 +30,9 @@ OS = Linux
|
||||
# My Versions
|
||||
ifeq ($(OS),Linux)
|
||||
#Linux.
|
||||
SSL_DIR=../../../../../../src/openssl-0.9.7g-xpgp-0.1c
|
||||
KADC_DIR=../../../../../../src/KadC
|
||||
UPNPC_DIR=../../../../../../src/miniupnpc-20070515
|
||||
SSL_DIR=../../../../../src/openssl-0.9.7g-xpgp-0.1c
|
||||
KADC_DIR=../../../../../src/KadC
|
||||
UPNPC_DIR=../../../../../src/miniupnpc-20070515
|
||||
else
|
||||
###########################################################################
|
||||
ifeq ($(OS),Cygwin)
|
||||
|
@ -294,6 +294,7 @@ win32 {
|
||||
|
||||
}
|
||||
|
||||
!win32 {
|
||||
LIBS += -L../../../../../lib -lretroshare -lKadC -lminiupnpc -lssl -lcrypto -lqcheckers
|
||||
!win32 {
|
||||
LIBS += -L../../../../lib -lretroshare -lKadC -lminiupnpc -lssl -lcrypto
|
||||
LIBS += -lqcheckers -lsmplayer
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user