Mercurial > pidgin.yaz
diff plugins/Makefile.mingw @ 6449:ea689dbf1a57
[gaim-migrate @ 6958]
Added statenotify, timestamp, idle and history
committer: Tailor Script <tailor@pidgin.im>
| author | Herman Bloggs <hermanator12002@yahoo.com> |
|---|---|
| date | Wed, 13 Aug 2003 16:09:48 +0000 |
| parents | 46355beb6c30 |
| children | c92dbccd7448 |
line wrap: on
line diff
--- a/plugins/Makefile.mingw Wed Aug 13 15:21:33 2003 +0000 +++ b/plugins/Makefile.mingw Wed Aug 13 16:09:48 2003 +0000 @@ -107,7 +107,14 @@ $(CC) $(CFLAGS) $(DEFINES) $(INCLUDE_PATHS) -o $@.o -c $< $(CC) -shared $@.o $(LIB_PATHS) $(LIBS) $(DLL_LD_FLAGS) -o $@ -plugins: iconaway.dll spellchk.dll autorecon.dll +plugins: \ + autorecon.dll \ + history.dll \ + iconaway.dll \ + idle.dll \ + spellchk.dll \ + statenotify.dll \ + timestamp.dll ##
