diff 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
line wrap: on
line diff
--- a/Makefile.w32	Sun Jan 05 20:48:15 2020 +0200
+++ b/Makefile.w32	Mon Jan 06 12:40:57 2020 +0200
@@ -6,7 +6,7 @@
 PREFIX  = ./win32/
 BINPATH = ./installer/
 OBJPATH = ./obj/win32/
-EXEEXT  = .exe
+BINEXT  = .exe
 INSTALL = 
 DOC     = $(BINPATH)/README.html