diff options
author | Tor Lillqvist <tlillqvist@novell.com> | 2011-05-16 15:58:18 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@novell.com> | 2011-05-16 15:58:18 +0300 |
commit | e548d6364ff4b85a08ecfd2ed149571abfe04475 (patch) | |
tree | 18bea6bf78b5b18c73c9865ba3eb7e4bc0a49dc8 /ucb | |
parent | 16471e0e6e7d3ac9e60e837c89e9a911c44d773e (diff) |
Always link with WS2_32LIB, not WSOCK32LIB
Diffstat (limited to 'ucb')
-rw-r--r--[-rwxr-xr-x] | ucb/source/ucp/webdav/makefile.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ucb/source/ucp/webdav/makefile.mk b/ucb/source/ucp/webdav/makefile.mk index 339d2b5f01a4..f91a9717f115 100755..100644 --- a/ucb/source/ucp/webdav/makefile.mk +++ b/ucb/source/ucp/webdav/makefile.mk @@ -126,10 +126,7 @@ SHL1STDLIBS=\ $(LIBXML2LIB) .IF "$(GUI)"=="WNT" -SHL1STDLIBS+= $(WSOCK32LIB) -.IF "$(WINDOWS_VISTA_PSDK)" != "" SHL1STDLIBS+= $(WS2_32LIB) -.ENDIF SHL1STDLIBS+= $(OPENSSLLIB) .ELSE # WNT .IF "$(OS)"=="SOLARIS" |