Mercurial > pidgin
view pixmaps/status/Makefile.mingw @ 13947:25c55fb4b512
[gaim-migrate @ 16487]
Fix SF Bug #1517875
"The text replacement plugin is finally a good thing to
use. Unfortunately, it advertises case sensitivity
falsely. Try, for example, adding 'h' and 'H' as two
separate text replacements. ;-)"
committer: Tailor Script <tailor@pidgin.im>
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Tue, 11 Jul 2006 20:47:11 +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;