Mercurial > pidgin
view share/Makefile.mingw @ 19250:c0888d137172
Add msim_msg_get_next_element_node() to loop over MsimMessage's.
author | Jeffrey Connelly <jaconnel@calpoly.edu> |
---|---|
date | Sun, 19 Aug 2007 06:46:30 +0000 |
parents | ceb6561c5865 |
children |
line wrap: on
line source
# # Makefile.mingw # # Description: Makefile for win32 (mingw) version # PIDGIN_TREE_TOP := .. include $(PIDGIN_TREE_TOP)/libpurple/win32/global.mak include ./Makefile.am .PHONY: install clean install: if test '$(SUBDIRS)'; then \ list='$(SUBDIRS)'; for subdir in $$list; do \ $(MAKE) -C $$subdir -f $(MINGW_MAKEFILE) install || exit 1 ;\ done; \ fi;