From 3d430f4e92ce662da054d93c3cd98ed61d32a0e3 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Mon, 21 Sep 2009 05:54:25 +0000 Subject: fixed wrong variable name svn path=/trunk/externals/motex/; revision=12420 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3a15c98..aec5e93 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_PATH)/src -L$(pd_src)/bin -L$(pd_src)/obj -lpd -lwsock32 -lkernel32 -luser32 -lgdi32 + LIBS += -L$(pd_src)/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