From b2e8371cceb9837f340c1e0ed744d3178586962e Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Sun, 20 Sep 2009 15:51:31 +0000 Subject: adding support for finding pd.dll in pd/src or pd/bin svn path=/trunk/externals/miXed/; revision=12411 --- Makefile.common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.common') 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) -- cgit v1.2.1