changeset 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 788a58dab07a
children 07b5f729252f
files Makefile.gen Makefile.unix Makefile.w32
diffstat 3 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.gen	Sun Jan 05 20:48:15 2020 +0200
+++ b/Makefile.gen	Mon Jan 06 12:40:57 2020 +0200
@@ -22,7 +22,7 @@
 THLIBS_OBJ=th_util.o th_string.o th_args.o th_ioctx.o th_file.o th_config.o th_network.o th_datastruct.o
 
 NNCHAT_OBJ=main.o util.o ui.o
-NNCHAT_BIN=$(BINPATH)nnchat$(EXEEXT)
+NNCHAT_BIN=$(BINPATH)nnchat$(BINEXT)
 
 TARGETS += $(NNCHAT_BIN)
 
--- a/Makefile.unix	Sun Jan 05 20:48:15 2020 +0200
+++ b/Makefile.unix	Mon Jan 06 12:40:57 2020 +0200
@@ -12,9 +12,9 @@
 ##
 BINPATH ?= ./
 OBJPATH ?= obj/unix/
-EXEEXT ?=
+BINEXT ?=
 
-ENDIANCHK_BIN = $(BINPATH)endianchk$(EXEEXT)
+ENDIANCHK_BIN = $(BINPATH)endianchk$(BINEXT)
 NOINST_TARGETS += $(ENDIANCHK_BIN) config.h
 THLIBS_DEP = config.h
 
--- 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