mirror of
https://github.com/curl/curl.git
synced 2026-08-26 02:43:31 +03:00
replaced wsock32.lib usage with ws2_32.lib in MSVC makefiles
This commit is contained in:
parent
7af5e3c39e
commit
2164b6b463
5 changed files with 16 additions and 12 deletions
|
|
@ -1,5 +1,4 @@
|
|||
#############################################################
|
||||
# $Id: Makefile.vc6,v 1.19 2004/11/14 13:48:15 giva Exp $
|
||||
#
|
||||
## Makefile for building curl.exe with MSVC6
|
||||
## Use: nmake -f makefile.vc6 [release | debug] [CFG=release-ssl]
|
||||
|
|
@ -225,8 +224,8 @@ LFLAGS = $(LFLAGS) $(SSL_IMP_LFLAGS) $(ZLIB_LFLAGS)
|
|||
!ENDIF
|
||||
|
||||
|
||||
LINKLIBS = $(LINKLIBS) wsock32.lib wldap32.lib
|
||||
LINKLIBS_DEBUG = $(LINKLIBS_DEBUG) wsock32.lib wldap32.lib
|
||||
LINKLIBS = $(LINKLIBS) ws2_32.lib wldap32.lib
|
||||
LINKLIBS_DEBUG = $(LINKLIBS_DEBUG) ws2_32.lib wldap32.lib
|
||||
|
||||
all : release
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue