grim/guifications2

5e56343a7607
A bunch of gtk3 updates, need to figure out the transition to cairo though :-/
#
# 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