Mercurial > pidgin
view pixmaps/status/Makefile.mingw @ 9274:f5c08be60098
[gaim-migrate @ 10077]
Bjoern Voigt writes
"i18n62.patch:
- display "Public Key Information" display contains an ASCII table with
tabulators (after some discussion in gaim-i18n I reverted parts of my
last patch) "
he continues
"i18n64.patch:
- spelling in src/protocols/irc/parse.c and src/protocols/silc/silc.c
- added a missing i18n string in src/protocols/irc/msgs.c"
committer: Tailor Script <tailor@pidgin.im>
author | Luke Schierer <lschiere@pidgin.im> |
---|---|
date | Sun, 13 Jun 2004 17:26:45 +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;