Mercurial > pidgin.yaz
annotate pixmaps/smileys/none/Makefile.mingw @ 10000:3a701f15e45d
[gaim-migrate @ 10914]
A patch from datallah named
fix_msn_crash_on_send_cancel.patch
Someone should look at this and make sure it's sane.
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Thu, 09 Sep 2004 22:10:00 +0000 |
parents | ea2e2119b135 |
children |
rev | line source |
---|---|
8841 | 1 # |
2 # Makefile.mingw | |
3 # | |
4 # Description: Makefile for win32 (mingw) version of Gaim pixmaps | |
5 # | |
6 | |
7 datadir = ../../../win32-install-dir | |
8 include ./Makefile.am | |
9 | |
10 install: | |
11 if test '$(SUBDIRS)'; then \ | |
12 list='$(SUBDIRS)'; for subdir in $$list; do \ | |
13 $(MAKE) -C $$subdir -f Makefile.mingw install; \ | |
14 done; \ | |
15 fi; | |
16 if test '$(gaimsmileypix_DATA)'; then \ | |
17 mkdir -p $(gaimsmileypixdir); \ | |
18 cp $(gaimsmileypix_DATA) $(gaimsmileypixdir); \ | |
19 fi; | |
20 |