diff options
author | Tor Lillqvist <tlillqvist@novell.com> | 2011-05-16 15:55:04 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@novell.com> | 2011-05-16 15:55:15 +0300 |
commit | ca4d30985c24ee960e9104be8e7f137627b043b0 (patch) | |
tree | 2d7399c503114f2e8e28726de431548109b3b520 /embedserv/util | |
parent | 1bb5d16601e06afc030d638ddd41fb686dd2fa0f (diff) |
Use current terminology and socket library
It's called the Windows SDK, not the Platform SDK. Link only with the
ws2_32 library, not the wsock32 one.
Diffstat (limited to 'embedserv/util')
-rw-r--r--[-rwxr-xr-x] | embedserv/util/makefile.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/embedserv/util/makefile.mk b/embedserv/util/makefile.mk index 5af210d96029..1f8ad8a90baf 100755..100644 --- a/embedserv/util/makefile.mk +++ b/embedserv/util/makefile.mk @@ -74,11 +74,9 @@ SHL1STDLIBS+=\ $(ATL_LIB)$/atls.lib .ENDIF -.IF "$(WINDOWS_VISTA_PSDK)"!="" SHL1STDLIBS+=\ $(ADVAPI32LIB) \ $(ATL_LIB)$/atls.lib -.ENDIF # "$(WINDOWS_VISTA_PSDK)"!="" .ENDIF # "$(COM)"=="MSC" |