grim/guifications2

Accept patch from alxorlov to use the large PRPL icon for scalling.
org.guifications.gf2
2007-08-19, Gary Kramlich
cdedd2b8d391
Accept patch from alxorlov to use the large PRPL icon for scalling.

refs #355
#
# Makefile.mingw
#
# Description: Makefile for guifications themes
#
DEFAULT_THEME = ./default
MINI_THEME = ./mini
PENGUINS_THEME = ./Penguins
.PHONY: install
install:
$(MAKE) -C $(DEFAULT_THEME) -f Makefile.mingw install
$(MAKE) -C $(MINI_THEME) -f Makefile.mingw install
$(MAKE) -C $(PENGUINS_THEME) -f Makefile.mingw install