Mercurial > pidgin.yaz
view pixmaps/status/Makefile.mingw @ 9076:aad506cde4f3
[gaim-migrate @ 9852]
(15:31:48) Matje: LSchiere: in the doc-file you last submitted:
conversataions.
(15:31:55) Matje: care to elaborate what that means? :p
(15:32:17) LSchiere: spelling will be the death of me
(15:32:19) LSchiere: nosnilmot!
...
(16:09:04) nosnilmot: LSchiere:
http://www.nosnilmot.com/patches/gaim-0.78cvs-man-spelling.patch
committer: Tailor Script <tailor@pidgin.im>
author | Luke Schierer <lschiere@pidgin.im> |
---|---|
date | Wed, 26 May 2004 20:23:07 +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;