diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2009-09-21 05:54:25 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2009-09-21 05:54:25 +0000 |
commit | 3d430f4e92ce662da054d93c3cd98ed61d32a0e3 (patch) | |
tree | c4650da70fd706c12247837f8f94bf5ac2e67fb4 /Makefile | |
parent | 265d2a87aa4b06f6dcf38465a92abb033ba7b06a (diff) |
fixed wrong variable name
svn path=/trunk/externals/motex/; revision=12420
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |