changeset 274:a5bc27d26174

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:44:37 +0200
parents 2437436b6129
children 04917c170c23
files Makefile Makefile.gen Makefile.w32 Makefile.w64
diffstat 4 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Mon Jan 06 01:37:21 2020 +0200
+++ b/Makefile	Mon Jan 06 12:44:37 2020 +0200
@@ -21,13 +21,13 @@
 # Miscellaneous
 BINPATH=./
 OBJPATH=obj/unix/
-EXEEXT=
+BINEXT=
 
 
 ###
 ### Stuff
 ###
-ENDIANCHK_BIN=$(BINPATH)endianchk$(EXEEXT)
+ENDIANCHK_BIN=$(BINPATH)endianchk$(BINEXT)
 NOINST_TARGETS += $(ENDIANCHK_BIN) config.h
 THLIBS_DEP += config.h
 
--- a/Makefile.gen	Mon Jan 06 01:37:21 2020 +0200
+++ b/Makefile.gen	Mon Jan 06 12:44:37 2020 +0200
@@ -11,7 +11,7 @@
 	th_file.o th_args.o th_crypto.o th_datastruct.o
 
 SIDINFO_OBJ=sidlib.o sidinfo.o
-SIDINFO_BIN=$(BINPATH)sidinfo$(EXEEXT)
+SIDINFO_BIN=$(BINPATH)sidinfo$(BINEXT)
 
 TARGETS += $(SIDINFO_BIN)
 
--- a/Makefile.w32	Mon Jan 06 01:37:21 2020 +0200
+++ b/Makefile.w32	Mon Jan 06 12:44:37 2020 +0200
@@ -14,7 +14,7 @@
 LDFLAGS += -s
 
 # Miscellaneous
-EXEEXT=.exe
+BINEXT=.exe
 OBJPATH=./obj/win32/
 BINPATH=./
 
--- a/Makefile.w64	Mon Jan 06 01:37:21 2020 +0200
+++ b/Makefile.w64	Mon Jan 06 12:44:37 2020 +0200
@@ -14,7 +14,7 @@
 LDFLAGS += -s
 
 # Miscellaneous
-EXEEXT=.exe
+BINEXT=.exe
 OBJPATH=./obj/win64/
 BINPATH=./