Minor fixes to MinGW makefiles.

This commit is contained in:
Guenter Knauf 2012-07-12 14:15:58 +02:00
parent b7298e49ae
commit a39789c85c
2 changed files with 4 additions and 4 deletions

View file

@ -67,7 +67,7 @@ AR = $(CROSSPREFIX)ar
RANLIB = $(CROSSPREFIX)ranlib
RC = $(CROSSPREFIX)windres
RCFLAGS = --include-dir=$(PROOT)/include -DDEBUGBUILD=0 -O COFF -i
STRIP = strip -g
STRIP = $(CROSSPREFIX)strip -g
# Platform-dependent helper tool macros
ifeq ($(findstring /sh,$(SHELL)),/sh)