Mercurial > pidgin
view pixmaps/smileys/none/Makefile.mingw @ 19804:22eeb4882d77
[gaim-migrate @ 16790]
SOAP implementation rewrite.
use Queue to buffer the SOAP request.
Warning:Middle stage,Never Use it
committed by Ma Yuan<mayuan2006@gmail.com>
committer: Ethan Blanton <elb@pidgin.im>
author | Ma Yuan <mayuan2006@gmail.com> |
---|---|
date | Wed, 16 Aug 2006 16:20:25 +0000 |
parents | ea2e2119b135 |
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;