comparison plugins/Makefile.mingw @ 4610:758f2edc3298

[gaim-migrate @ 4899] No longer installing gaim.pl, since it confuses some windows users committer: Tailor Script <tailor@pidgin.im>
author Herman Bloggs <hermanator12002@yahoo.com>
date Tue, 25 Feb 2003 00:44:04 +0000
parents 62e01447b647
children 57d74064445a
comparison
equal deleted inserted replaced
4609:71b27122c8a6 4610:758f2edc3298
77 $(MAKE) -C $(TICKER) -f Makefile.mingw 77 $(MAKE) -C $(TICKER) -f Makefile.mingw
78 $(MAKE) -C $(TRANSPARENCY) -f Makefile.mingw 78 $(MAKE) -C $(TRANSPARENCY) -f Makefile.mingw
79 $(MAKE) -C $(WINPREFS) -f Makefile.mingw 79 $(MAKE) -C $(WINPREFS) -f Makefile.mingw
80 80
81 install: 81 install:
82 cp $(GAIM_PLUGINS)/*.dll $(GAIM_PLUGINS)/gaim.pl $(GAIM_INSTALL_DIR)/plugins 82 cp $(GAIM_PLUGINS)/*.dll $(GAIM_INSTALL_DIR)/plugins
83 $(MAKE) -C $(TICKER) -f Makefile.mingw install 83 $(MAKE) -C $(TICKER) -f Makefile.mingw install
84 $(MAKE) -C $(TRANSPARENCY) -f Makefile.mingw install 84 $(MAKE) -C $(TRANSPARENCY) -f Makefile.mingw install
85 $(MAKE) -C $(WINPREFS) -f Makefile.mingw install 85 $(MAKE) -C $(WINPREFS) -f Makefile.mingw install
86 86
87 # 87 #