comparison Makefile.w32 @ 695:f1df1cf69a38

Rename EXEEXT to BINEXT in the build system, as per changes in th-libs build system.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 06 Jan 2020 12:40:57 +0200
parents 264cada93ae9
children
comparison
equal deleted inserted replaced
694:788a58dab07a 695:f1df1cf69a38
4 BINTOOL_PREFIX = i686-w64-mingw32- 4 BINTOOL_PREFIX = i686-w64-mingw32-
5 5
6 PREFIX = ./win32/ 6 PREFIX = ./win32/
7 BINPATH = ./installer/ 7 BINPATH = ./installer/
8 OBJPATH = ./obj/win32/ 8 OBJPATH = ./obj/win32/
9 EXEEXT = .exe 9 BINEXT = .exe
10 INSTALL = 10 INSTALL =
11 DOC = $(BINPATH)/README.html 11 DOC = $(BINPATH)/README.html
12 12
13 WINDRES ?= $(BINTOOL_PREFIX)windres 13 WINDRES ?= $(BINTOOL_PREFIX)windres
14 14