aboutsummaryrefslogtreecommitdiff
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
commit265d2a87aa4b06f6dcf38465a92abb033ba7b06a (patch)
tree881b28bb319d3f7aca07671b1d0e1938d486619f
parent1b49604c2911cdc2d698373758908084c7b5df5a (diff)
added $(pd_src)/src as the first place to search for pd.dll
svn path=/trunk/externals/motex/; revision=12416
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e839a7b..3a15c98 100644
--- a/Makefile
+++ b/Makefile
@@ -55,7 +55,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