aboutsummaryrefslogtreecommitdiff
path: root/externals
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-09-17 22:21:19 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-09-17 22:21:19 +0000
commit1cd6868b957fd219a73f2970dce42d3f3a74a319 (patch)
treecf60ad12c1ea53b8042d6f857dfe8404f78c4e6b /externals
parentab6971b36148673f50d9875a2cec5fae067c5418 (diff)
added $(pd_src)/src as a place to search for pd.dll to support the new pd-devel/pd-extended build system
svn path=/trunk/; revision=12388
Diffstat (limited to 'externals')
-rw-r--r--externals/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/externals/Makefile b/externals/Makefile
index 2f4e7020..3f70d187 100644
--- a/externals/Makefile
+++ b/externals/Makefile
@@ -78,7 +78,7 @@ ifeq ($(OS_NAME),windows)
LDFLAGS += -s -shared
# all of these included libs are part of libc in UNIX platforms. All except
# libregex are in DLLs, so they get stripped from the external's .dll binary
- LIBS += -L$(pd_src)/bin -L$(pd_src)/obj -lpd \
+ LIBS += -L$(pd_src)/src -L$(pd_src)/bin -L$(pd_src)/obj -lpd \
-lwsock32 -lpthreadGC2 -lkernel32 -luser32 -lgdi32 -lregex
DYLIB_LDFLAGS = -shared
STRIP = strip --strip-unneeded -R .note -R .comment