mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 15:48:49 -05:00
Miklos Nemeth fixed the mmlib
This commit is contained in:
parent
67273eed9b
commit
4ad4f3fc70
@ -8,6 +8,8 @@
|
||||
## Comments to: Troy Engel <tengel@sonic.net>
|
||||
## Updated by: Craig Davison <cd@securityfocus.com>
|
||||
## release-ssl added by Miklos Nemeth <mnemeth@kfkisystems.com>
|
||||
## winmm.lib added by Miklos Nemeth <mnemeth@kfkisystems.com> to support
|
||||
## timeGetTime() in timeval.c
|
||||
|
||||
PROGRAM_NAME = curl.exe
|
||||
|
||||
@ -24,8 +26,8 @@ LINKD = link.exe /incremental:yes /debug /libpath:"../lib"
|
||||
|
||||
CFLAGS = /I "../include" /nologo /W3 /GX /D "WIN32" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
|
||||
LFLAGS = /nologo /out:$(PROGRAM_NAME) /subsystem:console /machine:I386
|
||||
LINKLIBS = ws2_32.lib libcurl.lib
|
||||
LINKLIBS_DEBUG = ws2_32.lib libcurld.lib
|
||||
LINKLIBS = ws2_32.lib libcurl.lib winmm.lib
|
||||
LINKLIBS_DEBUG = ws2_32.lib libcurld.lib winmm.lib
|
||||
|
||||
RELEASE_OBJS= \
|
||||
hugehelpr.obj \
|
||||
|
Loading…
Reference in New Issue
Block a user