mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
link with winmm.lib too
This commit is contained in:
parent
14f0dd2dd0
commit
a46e2e9900
@ -47,7 +47,7 @@ CFLAGS = /I "../include" /nologo /W3 /GX /D "WIN32" /D "VC6" /D "_MBCS" /D "_LIB
|
|||||||
LNKDLL = link.exe /DLL /def:libcurl.def
|
LNKDLL = link.exe /DLL /def:libcurl.def
|
||||||
LNKLIB = link.exe -lib
|
LNKLIB = link.exe -lib
|
||||||
LFLAGS = /nologo
|
LFLAGS = /nologo
|
||||||
LINKLIBS = ws2_32.lib
|
LINKLIBS = ws2_32.lib winmm.lib
|
||||||
SSLLIBS = libeay32.lib ssleay32.lib RSAglue.lib
|
SSLLIBS = libeay32.lib ssleay32.lib RSAglue.lib
|
||||||
CFGSET = FALSE
|
CFGSET = FALSE
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user