diff src/Makefile.mingw @ 5746:2c04c55222b7

[gaim-migrate @ 6171] Wow.. Which way is up? committer: Tailor Script <tailor@pidgin.im>
author Herman Bloggs <hermanator12002@yahoo.com>
date Wed, 04 Jun 2003 16:18:16 +0000
parents d44a62911183
children bb7723f0b4b9
line wrap: on
line diff
--- a/src/Makefile.mingw	Wed Jun 04 08:59:33 2003 +0000
+++ b/src/Makefile.mingw	Wed Jun 04 16:18:16 2003 +0000
@@ -26,7 +26,7 @@
 
 # Compiler and Linker Options
 
-CFLAGS =
+CFLAGS = -g
 
 DEFINES =
 
@@ -71,10 +71,13 @@
 ##
 
 DLL_C_SRC =		about.c \
+			account.c \
+			accountopt.c \
 			away.c \
 			blist.c \
 			browser.c \
 			buddy_chat.c \
+			connection.c \
 			conversation.c \
 			core.c \
 			debug.c \
@@ -84,7 +87,9 @@
 			ft.c \
 			gaim-disclosure.c \
 			gaimrc.c \
+			gtkaccount.c \
 			gtkblist.c \
+			gtkconn.c \
 			gtkconv.c \
 			gtkcellrendererprogress.c \
 			gtkdebug.c \
@@ -95,13 +100,13 @@
 			gtkpounce.c \
 			gtkprefs.c \
 			gtkrequest.c \
+			gtksound.c \
 			gtkutils.c \
 			html.c \
 			idle.c \
 			log.c \
 			main.c \
 			md5.c \
-			multi.c \
 			notify.c \
 			plugin.c \
 			pounce.c \