aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-09-21 03:31:44 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-09-21 03:31:44 +0000
commitfa96dc64ded272f0a514bf2392e68c3738722bbe (patch)
tree1bb69defaa757ed18e71705bcd2db6a726f7761c /Makefile
parent591556112ca53743f3b7516210cb28867de8bc48 (diff)
added $(pd_src)/src as the first place to search for pd.dll
svn path=/trunk/externals/ext13/; revision=12416
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d26c7b5..be75fea 100644
--- a/Makefile
+++ b/Makefile
@@ -57,7 +57,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_PATH)/bin -L$(PD_PATH)/obj -lpd -lwsock32 -lkernel32 -luser32 -lgdi32
+ LIBS += -L$(PD_PATH)/src -L$(PD_PATH)/bin -L$(PD_PATH)/obj -lpd -lwsock32 -lkernel32 -luser32 -lgdi32
STRIP = strip --strip-unneeded -R .note -R .comment
endif