Mercurial > pidgin
view pixmaps/status/Makefile.mingw @ 4987:1f92610b0772
[gaim-migrate @ 5322]
I transparencized the napster icon, made the Gadu-Gadu icon
show up in the login progress bar, and took out a bit o'
code that looked like it was left over from something else.
Thanks to Bill Gjestvang, who sent in a Gadu-Gadu and a Napster
icon. We ended up not using them because we already had ones
that worked, but the effort is appreciated.
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Thu, 03 Apr 2003 22:26:02 +0000 |
parents | f750aa51926d |
children | eb6feb00e6f3 |
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; if test '$(EXTRA_DIST)'; then \ mkdir -p $(INSTALL_DIR); \ cp $(EXTRA_DIST) $(INSTALL_DIR); \ fi;