aboutsummaryrefslogtreecommitdiff
path: root/Makefile.common
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-09-20 15:51:31 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-09-20 15:51:31 +0000
commitb2e8371cceb9837f340c1e0ed744d3178586962e (patch)
tree0815f507f8670512ee8b0adaeadb4c5b7949b7c7 /Makefile.common
parentbbc44800453426cf56b2c542851e6736559e3568 (diff)
adding support for finding pd.dll in pd/src or pd/bin
svn path=/trunk/externals/miXed/; revision=12411
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common
index 6965dd2..c8dcdc2 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -53,7 +53,7 @@ X_SUFFIX = dll
# flags, so stick -mms-bitfieds here so that it doesn't get overridden
DEFINES = -mms-bitfields -DNT -DMSW
OPT_CFLAGS = -funroll-loops
-LFLAGS = -shared $(PD_DIR)/../bin/pd.dll
+LFLAGS = -shared -L$(PD_DIR) -L$(PD_DIR)/../bin/ -lpd
endif
ifeq ($(OS_NAME),Darwin)