This commit is contained in:
Gunter Knauf 2007-02-15 01:36:35 +00:00
Родитель b05f408348
Коммит e24cb6cb90
2 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -50,6 +50,9 @@ endif
ifdef SSPI
CFLAGS += -DUSE_WINDOWS_SSPI
endif
ifdef IPV6
CFLAGS += -DENABLE_IPV6
endif
COMPILE = $(CC) $(INCLUDES) $(CFLAGS)
# Makefile.inc provides the CSOURCES and HHEADERS defines

Просмотреть файл

@ -58,6 +58,9 @@ endif
ifdef SSPI
CFLAGS += -DUSE_WINDOWS_SSPI
endif
ifdef IPV6
CFLAGS += -DENABLE_IPV6
endif
curl_LDADD += -lwsock32 -lws2_32 -lwinmm -L$(ZLIB_PATH) -lz
# Makefile.inc provides the CSOURCES and HHEADERS defines