comparison src/Makefile.mingw @ 10297:ec140184437b

[gaim-migrate @ 11480] "After applying this patch, which modifies the make files and makes the @file/@ingroup markers at the top of several gtk files more uniform, the following files should be renamed: dnd-hints.h -> gtkdnd-hints.h dnd-hints.c -> gtkdnd-hints.c gaim-disclosure.h -> gtkgaim-disclosure.h gaim-disclosure.c -> gtkgaim-disclosure.c stock.h -> gtkstock.h stock.c -> gtkstock.c I believe that completes the renaming of files which are explicitly for gtkgaim; all files in /gaim/src which depend upon gtk should now have gtk in their name. There are two candidates which might be considered part of gtkgaim rather than part of the core, but I didn't modify them: session.c and log.c. Both are quite gaim-UI specific, it seems, particularly session, but perhaps other UIs could also make use of their functionality. -Evan " committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Thu, 02 Dec 2004 20:34:19 +0000
parents 0cf2a686266e
children 581de78cf809
comparison
equal deleted inserted replaced
10296:a7b2fd5efcf2 10297:ec140184437b
84 cmds.c \ 84 cmds.c \
85 connection.c \ 85 connection.c \
86 conversation.c \ 86 conversation.c \
87 core.c \ 87 core.c \
88 debug.c \ 88 debug.c \
89 dnd-hints.c \
90 eventloop.c \ 89 eventloop.c \
91 ft.c \ 90 ft.c \
92 gaim-disclosure.c \
93 gtkaccount.c \ 91 gtkaccount.c \
94 gtkblist.c \ 92 gtkblist.c \
95 gtkconn.c \ 93 gtkconn.c \
96 gtkconv.c \ 94 gtkconv.c \
97 gtkcellrendererprogress.c \ 95 gtkcellrendererprogress.c \
98 gtkdebug.c \ 96 gtkdebug.c \
99 gtkdialogs.c \ 97 gtkdialogs.c \
98 gtkdnd-hints.c \
100 gtkeventloop.c \ 99 gtkeventloop.c \
101 gtkft.c \ 100 gtkft.c \
101 gtkgaim-disclosure.c \
102 gtkimhtml.c \ 102 gtkimhtml.c \
103 gtkimhtmltoolbar.c \ 103 gtkimhtmltoolbar.c \
104 gtklog.c \ 104 gtklog.c \
105 gtknotify.c \ 105 gtknotify.c \
106 gtkplugin.c \ 106 gtkplugin.c \
111 gtkrequest.c \ 111 gtkrequest.c \
112 gtkroomlist.c \ 112 gtkroomlist.c \
113 gtksound.c \ 113 gtksound.c \
114 gtksourceiter.c \ 114 gtksourceiter.c \
115 gtkstatusselector.c \ 115 gtkstatusselector.c \
116 gtkstock.c \
116 gtkthemes.c \ 117 gtkthemes.c \
117 gtkutils.c \ 118 gtkutils.c \
118 idle.c \ 119 idle.c \
119 imgstore.c \ 120 imgstore.c \
120 log.c \ 121 log.c \
135 sha.c \ 136 sha.c \
136 signals.c \ 137 signals.c \
137 sound.c \ 138 sound.c \
138 sslconn.c \ 139 sslconn.c \
139 status.c \ 140 status.c \
140 stock.c \
141 stringref.c \ 141 stringref.c \
142 util.c \ 142 util.c \
143 value.c \ 143 value.c \
144 xmlnode.c \ 144 xmlnode.c \
145 win32/win32dep.c \ 145 win32/win32dep.c \