grim/guifications2

Some more changes to fix building (mostly cheating).
org.guifications.gf2
2007-04-01, John Bailey
5dffdcebcfb6
Some more changes to fix building (mostly cheating).
#
# 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