Mercurial > pidgin.yaz
view pixmaps/status/Makefile.mingw @ 10014:41ef089e3df8
[gaim-migrate @ 10932]
(12:24:50) nosnilmot: LSchiere: this fixes a crash in HEAD when creating a
new account with the first prpl in the list:
http://nosnilmot.com/patches/gaim-2.0.0cvs-newaccountcrashfix.patch
(12:25:18) datallah: nosnilmot: that would be my fault...
(12:25:23) nosnilmot: indeed it is
committer: Tailor Script <tailor@pidgin.im>
author | Luke Schierer <lschiere@pidgin.im> |
---|---|
date | Sat, 11 Sep 2004 16:25:04 +0000 |
parents | eb6feb00e6f3 |
children |
line wrap: on
line source
# # Makefile.mingw # # Description: Makefile for win32 (mingw) version of Gaim pixmaps # INSTALL_DIR = ../../win32-install-dir/pixmaps/gaim/status include ./Makefile.am install: if test '$(SUBDIRS)'; then \ list='$(SUBDIRS)'; for subdir in $$list; do \ $(MAKE) -C $$subdir -f Makefile.mingw install; \ done; \ fi;