grim/guifications1

forgot to do what i was meaning to do in this file..
#
# Makefile.mingw
#
# Description: Makefile for win32 (mingw) guifications
#
#
# PATHS
#
GF_SRC := ./src
GF_PIXMAPS := ./pixmaps
##
## VARIABLE DEFINITIONS
##
GF_VERSION := $(shell cat ./VERSION)
all:
cp gf_config.h.mingw gf_config.h
$(MAKE) -C $(GF_SRC) -f Makefile.mingw
install: all
$(MAKE) -C $(GF_PIXMAPS) -f Makefile.mingw install
$(MAKE) -C $(GF_SRC) -f Makefile.mingw install
clean:
$(MAKE) -C $(GF_SRC) -f Makefile.mingw clean
rm -rf gf_config.h