Mercurial > pidgin.yaz
view pixmaps/smileys/default/Makefile.mingw @ 8921:538a78ff9fdb
[gaim-migrate @ 9691]
"MSN fix for sending certain copy-pasted text
This basically does that.
Send any thext from the paragraphs in
http://gaim.sourceforge.net/about.php and you'll see
the problem.
In msn we can't send multiple font faced formatted text.
So this one fixes that." --Felipe Contreras
committer: Tailor Script <tailor@pidgin.im>
author | Luke Schierer <lschiere@pidgin.im> |
---|---|
date | Thu, 13 May 2004 12:25:07 +0000 |
parents | 5f0385678315 |
children |
line wrap: on
line source
# # Makefile.mingw # # Description: Makefile for win32 (mingw) version of Gaim pixmaps # datadir = ../../../win32-install-dir 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 '$(gaimsmileypix_DATA)'; then \ mkdir -p $(gaimsmileypixdir); \ cp $(gaimsmileypix_DATA) $(gaimsmileypixdir); \ fi;