diff gtk/Makefile.mingw @ 14698:85b84a253a83

[gaim-migrate @ 17450] We're not using libiberty, so don't link to it. We don't need to define socklen_t in config.h (it is in ws2tcpip.h) (thanks nosnilmot) committer: Tailor Script <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Sun, 08 Oct 2006 17:44:10 +0000
parents a8c2af13b96d
children ca46f41aa433
line wrap: on
line diff
--- a/gtk/Makefile.mingw	Sun Oct 08 09:47:23 2006 +0000
+++ b/gtk/Makefile.mingw	Sun Oct 08 17:44:10 2006 +0000
@@ -17,8 +17,6 @@
 EXE_NAME := $(EXE_TARGET).exe
 
 WINAPP := -mwindows
-# The Debug version of gaim is a console app, always having a console
-CONSOLEAPP := -mconsole
 
 LDFLAGS := $(WINAPP)
 
@@ -115,8 +113,7 @@
 		-lintl \
 		-lws2_32 \
 		-lwinmm \
-		-lz \
-		-liberty
+		-lz
 
 GTKGAIM_LIBS =	\
 		$(LIBGAIM_LIBS) \