diff src/Makefile.mingw @ 4489:58c3c6cfd537

[gaim-migrate @ 4764] aim.c -> main.c committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Fri, 31 Jan 2003 06:47:07 +0000
parents 65d98b565fbe
children 64d03b6a0864
line wrap: on
line diff
--- a/src/Makefile.mingw	Fri Jan 31 06:32:11 2003 +0000
+++ b/src/Makefile.mingw	Fri Jan 31 06:47:07 2003 +0000
@@ -75,8 +75,7 @@
 ##  SOURCES, OBJECTS
 ##
 
-DLL_C_SRC =		aim.c \
-			about.c \
+DLL_C_SRC =	about.c \
 			away.c \
 			browser.c \
 			buddy.c \
@@ -95,6 +94,7 @@
 			idle.c \
 			list.c \
 			log.c \
+			main.c \
 			md5.c \
 			module.c \
 			multi.c \
@@ -114,7 +114,7 @@
 
 RC_SRC =		win32/gaimrc.rc
 
-EXE_C_SRC = 		win_aim.c
+EXE_C_SRC = 		win_gaim.c
 
 DLL_OBJECTS = $(DLL_C_SRC:%.c=%.o)