From f67bc2d4587b9e85554e6ca3ec4390bce86d6c87 Mon Sep 17 00:00:00 2001 From: drbob Date: Thu, 15 Nov 2007 05:17:51 +0000 Subject: [PATCH] Modified Include/Link paths to match new compile script. git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.3.x@247 b45a01b8-16f6-495d-af2f-9b41ad6348cc --- rs-Qt-gui/src/RetroShare.pro | 3 ++- rs-core/src/make.opt | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/rs-Qt-gui/src/RetroShare.pro b/rs-Qt-gui/src/RetroShare.pro index ca22a8f7f..95b5e6401 100644 --- a/rs-Qt-gui/src/RetroShare.pro +++ b/rs-Qt-gui/src/RetroShare.pro @@ -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 } diff --git a/rs-core/src/make.opt b/rs-core/src/make.opt index 58715d679..1a0812a51 100644 --- a/rs-core/src/make.opt +++ b/rs-core/src/make.opt @@ -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)