Mercurial > pidgin
view pixmaps/smileys/Makefile.mingw @ 8338:354bba6ad254
[gaim-migrate @ 9062]
I added titles to the notify formatted dialog, and I also cleaned up a
bunch of code from patches and stuff... standardized on a style. Call me a
code Nazi. I don't care :)
committer: Tailor Script <tailor@pidgin.im>
author | Christian Hammond <chipx86@chipx86.com> |
---|---|
date | Wed, 25 Feb 2004 22:03:54 +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/smileys include ./Makefile.am install: if test '$(SUBDIRS)'; then \ list='$(SUBDIRS)'; for subdir in $$list; do \ $(MAKE) -C $$subdir -f Makefile.mingw install; \ done; \ fi;