From 4c9976dfa1759e75c2a94631c336ddc7d3ca6f8a Mon Sep 17 00:00:00 2001 From: David Griffith Date: Sun, 13 Oct 2019 18:05:58 -0700 Subject: [PATCH] Bump version in Makefile.tc and add a commented-out NO_BLORB. --- Makefile.tc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.tc b/Makefile.tc index a0cc3fc..fc131bd 100644 --- a/Makefile.tc +++ b/Makefile.tc @@ -14,7 +14,7 @@ RENAME = ren BINNAME = frotz.exe LIBRARY = frotz.lib -VERSION = "2.45pre" +VERSION = "2.50b1" VER = -DVERSION=$(VERSION) @@ -82,6 +82,7 @@ $(DEFS): @echo "#define COMMON_DEFINES_H" >> $@ @echo "#define MSDOS_16BIT" >> $@ @echo "#define SOUND_SUPPORT" >> $@ +# @echo "#define NO_BLORB" >> $@ @echo "#endif /* COMMON_DEFINES_H */" >> $@ .c.o: -- 2.34.1