comparison plugins/Makefile.mingw @ 9217:6e9e9e7b8e1e

[gaim-migrate @ 10013] (13:13:08) nosnilmot: I guess windows users might want ExtPlacement, and i18n users might want all strings translated :) committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Sun, 06 Jun 2004 17:18:27 +0000
parents 14b7a43dd18d
children 9096f56b725f
comparison
equal deleted inserted replaced
9216:d3e878162771 9217:6e9e9e7b8e1e
113 $(CC) $(CFLAGS) $(DEFINES) $(INCLUDE_PATHS) -o $@.o -c $< 113 $(CC) $(CFLAGS) $(DEFINES) $(INCLUDE_PATHS) -o $@.o -c $<
114 $(CC) -shared $@.o $(LIB_PATHS) $(LIBS) $(DLL_LD_FLAGS) -o $@ 114 $(CC) -shared $@.o $(LIB_PATHS) $(LIBS) $(DLL_LD_FLAGS) -o $@
115 115
116 plugins: \ 116 plugins: \
117 autorecon.dll \ 117 autorecon.dll \
118 extplacement.dll \
118 history.dll \ 119 history.dll \
119 iconaway.dll \ 120 iconaway.dll \
120 idle.dll \ 121 idle.dll \
121 relnot.dll \ 122 relnot.dll \
122 spellchk.dll \ 123 spellchk.dll \