From 1cd6868b957fd219a73f2970dce42d3f3a74a319 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Thu, 17 Sep 2009 22:21:19 +0000 Subject: 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 --- externals/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1