Mercurial > pidgin.yaz
view pixmaps/status/Makefile.mingw @ 6500:8af14f114730
[gaim-migrate @ 7015]
Fix a bug where messages containing smilies and other characters that require
escaping would not be sent over TOC. My bad.
Changed some spaces to tabs in toc.c
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Tue, 19 Aug 2003 04:11:40 +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;