Mercurial > pidgin
diff src/Makefile.mingw @ 11441:9f6df41df587
[gaim-migrate @ 13678]
Update for win32api-3.3. The mingw_plus stuff isn't necessary anymore :). Define _WIN32_WINNT 0x0501 for src/*, this fixes a compile error for getaddrinfo - this *shouldn't* break Win98/ME because the functions are still there - just defined in a different header.
committer: Tailor Script <tailor@pidgin.im>
| author | Daniel Atallah <daniel.atallah@gmail.com> |
|---|---|
| date | Sun, 04 Sep 2005 18:30:15 +0000 |
| parents | 51c189755f1d |
| children | 5d3f8d9e8f92 |
line wrap: on
line diff
--- a/src/Makefile.mingw Sun Sep 04 18:22:45 2005 +0000 +++ b/src/Makefile.mingw Sun Sep 04 18:30:15 2005 +0000 @@ -16,7 +16,6 @@ GTKSPELL_TOP := ../../win32-dev/gtkspell-2.0.6 IDLETRACK_TOP := $(GAIM_TOP)/src/win32/IdleTracker GAIM_INSTALL_DIR := $(GAIM_TOP)/win32-install-dir -MINGW_PLUS_DIR := $(GAIM_SRC)/win32/mingw_plus NSS_DIR := ../../win32-dev/nss-3.9 NSPR_DIR := ../../win32-dev/nspr-4.4.1 @@ -30,7 +29,7 @@ CFLAGS = -DEFINES = +DEFINES = -D_WIN32_WINNT=0x0501 LDFLAGS = -mwindows @@ -51,7 +50,6 @@ INCLUDE_PATHS = -I$(INCLUDE_DIR) \ -I$(INCLUDE_DIR)/win32 \ - -I$(MINGW_PLUS_DIR) \ -I$(IDLETRACK_TOP) \ -I$(GAIM_TOP) \ -I$(GTK_TOP)/include \
