Mercurial > pidgin.yaz
annotate pidgin/pixmaps/icons/Makefile.mingw @ 17245:05fa005bdc59
Ignore copy/cut requests when there is no selection instead of clearing the clipboard. This is consistent with the rest of how GTK+ works. Fixes #1030
author | Daniel Atallah <daniel.atallah@gmail.com> |
---|---|
date | Wed, 23 May 2007 01:14:29 +0000 |
parents | fe792a7b7ee3 |
children | f6b8e720dfea |
rev | line source |
---|---|
15991
5db7909331fa
new icon goodness (i may have screwed this up, someone check)
Nathan Walp <nwalp@pidgin.im>
parents:
diff
changeset
|
1 # |
5db7909331fa
new icon goodness (i may have screwed this up, someone check)
Nathan Walp <nwalp@pidgin.im>
parents:
diff
changeset
|
2 # Makefile.mingw |
5db7909331fa
new icon goodness (i may have screwed this up, someone check)
Nathan Walp <nwalp@pidgin.im>
parents:
diff
changeset
|
3 # |
16039
ded8da3de5f8
This should get all the Win32 Makefiles in line with
Kevin Stange <kevin@simguy.net>
parents:
15991
diff
changeset
|
4 # Description: Makefile for win32 (mingw) version of Pidgin pixmaps |
15991
5db7909331fa
new icon goodness (i may have screwed this up, someone check)
Nathan Walp <nwalp@pidgin.im>
parents:
diff
changeset
|
5 # |
5db7909331fa
new icon goodness (i may have screwed this up, someone check)
Nathan Walp <nwalp@pidgin.im>
parents:
diff
changeset
|
6 |
5db7909331fa
new icon goodness (i may have screwed this up, someone check)
Nathan Walp <nwalp@pidgin.im>
parents:
diff
changeset
|
7 include ./Makefile.am |
5db7909331fa
new icon goodness (i may have screwed this up, someone check)
Nathan Walp <nwalp@pidgin.im>
parents:
diff
changeset
|
8 |
5db7909331fa
new icon goodness (i may have screwed this up, someone check)
Nathan Walp <nwalp@pidgin.im>
parents:
diff
changeset
|
9 install: |
16474
fe792a7b7ee3
Don't install the pidgin icon on win32 since we use pidgin.ico.
Daniel Atallah <daniel.atallah@gmail.com>
parents:
16039
diff
changeset
|
10 |
fe792a7b7ee3
Don't install the pidgin icon on win32 since we use pidgin.ico.
Daniel Atallah <daniel.atallah@gmail.com>
parents:
16039
diff
changeset
|
11 install_real: |
15991
5db7909331fa
new icon goodness (i may have screwed this up, someone check)
Nathan Walp <nwalp@pidgin.im>
parents:
diff
changeset
|
12 if test '$(SUBDIRS)'; then \ |
5db7909331fa
new icon goodness (i may have screwed this up, someone check)
Nathan Walp <nwalp@pidgin.im>
parents:
diff
changeset
|
13 list='$(SUBDIRS)'; for subdir in $$list; do \ |
5db7909331fa
new icon goodness (i may have screwed this up, someone check)
Nathan Walp <nwalp@pidgin.im>
parents:
diff
changeset
|
14 $(MAKE) -C $$subdir -f Makefile.mingw install || exit 1; \ |
5db7909331fa
new icon goodness (i may have screwed this up, someone check)
Nathan Walp <nwalp@pidgin.im>
parents:
diff
changeset
|
15 done; \ |
5db7909331fa
new icon goodness (i may have screwed this up, someone check)
Nathan Walp <nwalp@pidgin.im>
parents:
diff
changeset
|
16 fi; |
16474
fe792a7b7ee3
Don't install the pidgin icon on win32 since we use pidgin.ico.
Daniel Atallah <daniel.atallah@gmail.com>
parents:
16039
diff
changeset
|
17 |