Mercurial > pidgin
view pixmaps/smileys/Makefile.mingw @ 8008:b757c7db1541
[gaim-migrate @ 8688]
"I tried this more carefully than when I tried it for fi.po.
These changes should all be safe (i.e., I think I know what
I am doing). Some of these have been crosschecked with the
po file from 0.62.
Paco-Paco might want to take a glance at the diff as QA." --Ambrose Li
committer: Tailor Script <tailor@pidgin.im>
author | Luke Schierer <lschiere@pidgin.im> |
---|---|
date | Mon, 05 Jan 2004 13:44:36 +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;