diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2009-09-20 15:51:31 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2009-09-20 15:51:31 +0000 |
commit | b2e8371cceb9837f340c1e0ed744d3178586962e (patch) | |
tree | 0815f507f8670512ee8b0adaeadb4c5b7949b7c7 | |
parent | bbc44800453426cf56b2c542851e6736559e3568 (diff) |
adding support for finding pd.dll in pd/src or pd/bin
svn path=/trunk/externals/miXed/; revision=12411
-rw-r--r-- | Makefile.common | 2 |
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) |