comparison src/Makefile.mingw @ 11570:f1e07c3332d9

[gaim-migrate @ 13838] So... it turns out that the getaddrinfo situation on win32 is far worse than I thought. On < XP, there really is no getaddrinfo, apparently it is hacked into a header (which the win32-api doesn't support). Until the win32-api supports it, we will not be doing the getaddrinfo thing. committer: Tailor Script <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Mon, 26 Sep 2005 22:44:41 +0000
parents 71945305a87e
children cae2fb7e8594
comparison
equal deleted inserted replaced
11569:ea98c27f1a34 11570:f1e07c3332d9
27 27
28 # Compiler and Linker Options 28 # Compiler and Linker Options
29 29
30 CFLAGS = 30 CFLAGS =
31 31
32 DEFINES = -D_WIN32_WINNT=0x0501 32 DEFINES =
33 33
34 ifeq ($(MAKECMDGOALS), $(TARGET)-portable.exe) 34 ifeq ($(MAKECMDGOALS), $(TARGET)-portable.exe)
35 DEFINES := $(DEFINES) -DPORTABLE 35 DEFINES := $(DEFINES) -DPORTABLE
36 endif 36 endif
37 37