Mercurial > pidgin.yaz
view gtk/plugins/perl/Makefile.mingw @ 14634:eb2152e14df9
[gaim-migrate @ 17380]
Fix the send_raw method signature (even though it still doesn't really functionally match what the core wants)
committer: Tailor Script <tailor@pidgin.im>
author | Daniel Atallah <daniel.atallah@gmail.com> |
---|---|
date | Wed, 27 Sep 2006 02:01:29 +0000 |
parents | 5d03b309b482 |
children |
line wrap: on
line source
# # Makefile.mingw # # Description: Makefile for perl plugin loader plugin. # GAIM_TOP := ../../.. include $(GAIM_TOP)/libgaim/win32/global.mak ## ## TARGET DEFINITIONS ## .PHONY: all install clean all: $(MAKE) -C ./common -f $(GAIM_WIN32_MAKEFILE) install: all $(GAIM_INSTALL_PLUGINS_DIR) $(MAKE) -C ./common -f $(GAIM_WIN32_MAKEFILE) install ## ## CLEAN RULES ## clean: $(MAKE) -C ./common -f $(GAIM_WIN32_MAKEFILE) clean