diff options
author | Martin Peach <mrpeach@users.sourceforge.net> | 2010-08-11 16:10:17 +0000 |
---|---|---|
committer | Martin Peach <mrpeach@users.sourceforge.net> | 2010-08-11 16:10:17 +0000 |
commit | d55083a029733238b40514a8ceca09a1ed52e9ac (patch) | |
tree | e66da47b8999bcfba3236dcd2f6fe754f9bf0e6f /externals/Makefile | |
parent | 72241f1f0378d52975083b9ad4d3af1e3e12df7b (diff) |
Added -liplhpapi to _WIN32 libs so that udpsend will build.
svn path=/trunk/; revision=13785
Diffstat (limited to 'externals/Makefile')
-rw-r--r-- | externals/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/externals/Makefile b/externals/Makefile index 56da005c..a7d42bd8 100644 --- a/externals/Makefile +++ b/externals/Makefile @@ -79,7 +79,7 @@ ifeq ($(OS_NAME),windows) # all of these included libs are part of libc in UNIX platforms. All except # libregex are in DLLs, so they get stripped from the external's .dll binary LIBS += -L$(pd_src)/src -L$(pd_src)/bin -L$(pd_src)/obj -lpd \ - -lwsock32 -lpthreadGC2 -lkernel32 -luser32 -lgdi32 -lregex + -lwsock32 -liphlpapi -lpthreadGC2 -lkernel32 -luser32 -lgdi32 -lregex DYLIB_LDFLAGS = -shared STRIP = strip --strip-unneeded -R .note -R .comment endif |