Mercurial > pidgin
diff plugins/Makefile.mingw @ 4709:57d74064445a
[gaim-migrate @ 5020]
For the moment excluding wintrans and iconaway
committer: Tailor Script <tailor@pidgin.im>
| author | Herman Bloggs <hermanator12002@yahoo.com> |
|---|---|
| date | Tue, 11 Mar 2003 20:29:15 +0000 |
| parents | 758f2edc3298 |
| children | 0b1c01fd68f1 |
line wrap: on
line diff
--- a/plugins/Makefile.mingw Tue Mar 11 20:27:38 2003 +0000 +++ b/plugins/Makefile.mingw Tue Mar 11 20:29:15 2003 +0000 @@ -75,15 +75,17 @@ all: plugins $(MAKE) -C $(TICKER) -f Makefile.mingw - $(MAKE) -C $(TRANSPARENCY) -f Makefile.mingw $(MAKE) -C $(WINPREFS) -f Makefile.mingw +# $(MAKE) -C $(TRANSPARENCY) -f Makefile.mingw + install: cp $(GAIM_PLUGINS)/*.dll $(GAIM_INSTALL_DIR)/plugins $(MAKE) -C $(TICKER) -f Makefile.mingw install - $(MAKE) -C $(TRANSPARENCY) -f Makefile.mingw install $(MAKE) -C $(WINPREFS) -f Makefile.mingw install +# $(MAKE) -C $(TRANSPARENCY) -f Makefile.mingw install + # # BUILD Plugin # @@ -96,8 +98,9 @@ $(CC) -mdll -o $@ tmp$@.o -Wl,$@.exp $(LIB_PATHS) $(LIBS) rm -rf $@.base $@.def $@.exp junk.tmp -plugins: iconaway.dll spellchk.dll autorecon.dll +plugins: spellchk.dll autorecon.dll +# iconaway.dll ## ## CLEAN RULES
