comparison 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
comparison
equal deleted inserted replaced
5745:cae58ab49118 5746:2c04c55222b7
24 24
25 TARGET = gaim 25 TARGET = gaim
26 26
27 # Compiler and Linker Options 27 # Compiler and Linker Options
28 28
29 CFLAGS = 29 CFLAGS = -g
30 30
31 DEFINES = 31 DEFINES =
32 32
33 LDFLAGS = -mconsole -mwindows 33 LDFLAGS = -mconsole -mwindows
34 34
69 ## 69 ##
70 ## SOURCES, OBJECTS 70 ## SOURCES, OBJECTS
71 ## 71 ##
72 72
73 DLL_C_SRC = about.c \ 73 DLL_C_SRC = about.c \
74 account.c \
75 accountopt.c \
74 away.c \ 76 away.c \
75 blist.c \ 77 blist.c \
76 browser.c \ 78 browser.c \
77 buddy_chat.c \ 79 buddy_chat.c \
80 connection.c \
78 conversation.c \ 81 conversation.c \
79 core.c \ 82 core.c \
80 debug.c \ 83 debug.c \
81 dialogs.c \ 84 dialogs.c \
82 dnd-hints.c \ 85 dnd-hints.c \
83 event.c \ 86 event.c \
84 ft.c \ 87 ft.c \
85 gaim-disclosure.c \ 88 gaim-disclosure.c \
86 gaimrc.c \ 89 gaimrc.c \
90 gtkaccount.c \
87 gtkblist.c \ 91 gtkblist.c \
92 gtkconn.c \
88 gtkconv.c \ 93 gtkconv.c \
89 gtkcellrendererprogress.c \ 94 gtkcellrendererprogress.c \
90 gtkdebug.c \ 95 gtkdebug.c \
91 gtkft.c \ 96 gtkft.c \
92 gtkimhtml.c \ 97 gtkimhtml.c \
93 gtknotify.c \ 98 gtknotify.c \
94 gtkplugin.c \ 99 gtkplugin.c \
95 gtkpounce.c \ 100 gtkpounce.c \
96 gtkprefs.c \ 101 gtkprefs.c \
97 gtkrequest.c \ 102 gtkrequest.c \
103 gtksound.c \
98 gtkutils.c \ 104 gtkutils.c \
99 html.c \ 105 html.c \
100 idle.c \ 106 idle.c \
101 log.c \ 107 log.c \
102 main.c \ 108 main.c \
103 md5.c \ 109 md5.c \
104 multi.c \
105 notify.c \ 110 notify.c \
106 plugin.c \ 111 plugin.c \
107 pounce.c \ 112 pounce.c \
108 prefs.c \ 113 prefs.c \
109 proxy.c \ 114 proxy.c \