pidgin/pixmaps/dialogs/Makefile.mingw@a80eb333bae9
pidgin/pixmaps/dialogs/Makefile.mingw
Wed, 28 Feb 2007 17:27:30 +0000
- author
- Daniel Atallah <datallah@pidgin.im>
- date
- Wed, 28 Feb 2007 17:27:30 +0000
- changeset 15805
- a80eb333bae9
- parent 15512
-
ddd9983b74aa
- child 16100
-
a0ab70986c10
- permissions
- -rw-r--r--
Updates to the win32 installer. It isn't complete yet, but this a good saving point.
#
# Makefile.mingw
#
# Description: Makefile for win32 (mingw) version of Pidgin pixmaps
#
include ./Makefile.am
.PHONY: install
install:
if test '$(SUBDIRS)'; then \
list='$(SUBDIRS)'; for subdir in $$list; do \
$(MAKE) -C $$subdir -f Makefile.mingw install || exit 1; \
done; \
fi;