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:
drbob 2007-11-16 01:36:46 +00:00
parent 935745a08e
commit e0304cd2de
2 changed files with 6 additions and 5 deletions

View File

@ -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)

View File

@ -295,5 +295,6 @@ win32 {
}
!win32 {
LIBS += -L../../../../../lib -lretroshare -lKadC -lminiupnpc -lssl -lcrypto -lqcheckers
LIBS += -L../../../../lib -lretroshare -lKadC -lminiupnpc -lssl -lcrypto
LIBS += -lqcheckers -lsmplayer
}