Updated MinGW makefile to properly define the STRIP utility.
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
#
|
#
|
||||||
# Makefile for Windows systems using the MinGW32 environment.
|
# Makefile for Windows systems using the MinGW32 environment.
|
||||||
#
|
#
|
||||||
# Version: @(#)Makefile.mingw 1.0.80 2019/04/20
|
# Version: @(#)Makefile.mingw 1.0.81 2019/04/21
|
||||||
#
|
#
|
||||||
# Author: Fred N. van Kempen, <decwiz@yahoo.com>
|
# Author: Fred N. van Kempen, <decwiz@yahoo.com>
|
||||||
#
|
#
|
||||||
@@ -300,6 +300,10 @@ ifneq ($(CROSS), n)
|
|||||||
endif
|
endif
|
||||||
PREPROC := /usr/bin/$(MINGW)-cpp
|
PREPROC := /usr/bin/$(MINGW)-cpp
|
||||||
WINDRES := /usr/bin/$(MINGW)-windres
|
WINDRES := /usr/bin/$(MINGW)-windres
|
||||||
|
STRIP := /usr/bin/$(MINGW)-strip
|
||||||
|
ifndef CAT
|
||||||
|
CAT := cat
|
||||||
|
endif
|
||||||
|
|
||||||
SYSINC := -I/usr/$(MINGW)/include -Iwin/mingw/include
|
SYSINC := -I/usr/$(MINGW)/include -Iwin/mingw/include
|
||||||
SYSLIB := -L/usr/$(MINGW)/lib
|
SYSLIB := -L/usr/$(MINGW)/lib
|
||||||
|
|||||||
Reference in New Issue
Block a user