Mercurial > pidgin
view pixmaps/status/Makefile.mingw @ 7682:d9caaddaa56d
[gaim-migrate @ 8326]
Tim Ringenbach (marv_sf) writes:
" This fixes a crash on wingaim, and makes things more
better.
Simguy did most the work."
committer: Tailor Script <tailor@pidgin.im>
author | Luke Schierer <lschiere@pidgin.im> |
---|---|
date | Mon, 01 Dec 2003 17:16:40 +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;