From 438df0240bcf1a69d4f4d73e0cb358bf8ee114c4 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Mon, 21 Sep 2009 03:31:44 +0000 Subject: added $(pd_src)/src as the first place to search for pd.dll svn path=/trunk/externals/apple/; revision=12416 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1efa03f..3dc8568 100644 --- a/Makefile +++ b/Makefile @@ -43,7 +43,7 @@ ifeq (MINGW,$(findstring MINGW,$(UNAME))) WINDOWS_HACKS = -D'O_NONBLOCK=1' CFLAGS += -mms-bitfields $(WINDOWS_HACKS) LDFLAGS += -s -shared -Wl,--enable-auto-import - LIBS += -L$(pd_src)/bin -L$(pd_src)/obj -lpd -lwsock32 -lkernel32 -luser32 -lgdi32 + LIBS += -L$(PD_PATH)/src -L$(pd_src)/bin -L$(pd_src)/obj -lpd -lwsock32 -lkernel32 -luser32 -lgdi32 STRIP = strip --strip-unneeded -R .note -R .comment endif -- cgit v1.2.1