Mercurial > pidgin.yaz
view pixmaps/status/Makefile.mingw @ 7953:959ae45dd0c5
[gaim-migrate @ 8628]
Ka-Hing Cheung fixed the crap out of the bug where
gtk_imhtml_hr_scale causes a crash if you have an
away message with an HR and you look at it
twice in the preferences thing.
Beautimous!
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Mon, 29 Dec 2003 07:12:23 +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;