mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 15:48:49 -05:00
Defines moved to config-win32.h.
This commit is contained in:
parent
4d39c6b7cc
commit
4dba07c384
@ -14,10 +14,7 @@ RANLIB = ranlib
|
|||||||
|
|
||||||
LIB=libcares.a
|
LIB=libcares.a
|
||||||
CC=gcc
|
CC=gcc
|
||||||
CFLAGS=-O2 -Wall -DHAVE_GETOPT_H -DHAVE_AF_INET6 -DHAVE_PF_INET6 \
|
CFLAGS=-O2 -Wall
|
||||||
-DHAVE_STRUCT_IN6_ADDR -DHAVE_STRUCT_SOCKADDR_IN6 -DHAVE_STRUCT_ADDRINFO \
|
|
||||||
-DHAVE_IOCTLSOCKET
|
|
||||||
|
|
||||||
LDFLAGS=-s
|
LDFLAGS=-s
|
||||||
LIBS=-lwsock32
|
LIBS=-lwsock32
|
||||||
|
|
||||||
|
@ -43,10 +43,6 @@ CFLAGS = $(CFLAGS) -O2 -Og
|
|||||||
LDFLAGS = $(LDFLAGS) -release
|
LDFLAGS = $(LDFLAGS) -release
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
CFLAGS = $(CFLAGS) -DHAVE_AF_INET6 -DHAVE_PF_INET6 \
|
|
||||||
-DHAVE_STRUCT_IN6_ADDR -DHAVE_STRUCT_SOCKADDR_IN6 -DHAVE_STRUCT_ADDRINFO \
|
|
||||||
-DHAVE_IOCTLSOCKET
|
|
||||||
|
|
||||||
OBJECTS = $(OBJ_DIR)\ares_fds.obj \
|
OBJECTS = $(OBJ_DIR)\ares_fds.obj \
|
||||||
$(OBJ_DIR)\ares_process.obj \
|
$(OBJ_DIR)\ares_process.obj \
|
||||||
$(OBJ_DIR)\ares_free_hostent.obj \
|
$(OBJ_DIR)\ares_free_hostent.obj \
|
||||||
|
Loading…
Reference in New Issue
Block a user