From a715b9fa4d0eb99c3fc94d731bb31b2a830e13db Mon Sep 17 00:00:00 2001 From: David Griffith Date: Mon, 28 Mar 2022 00:48:25 -0700 Subject: [PATCH] Updated snavig/ generation. Added missing frotz.prj file. --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7d6919a..d35643f 100644 --- a/Makefile +++ b/Makefile @@ -411,8 +411,12 @@ dos: $(COMMON_DEFINES) $(HASH) @sed -i "/^OW_DOS_DIR.*/d" $(SNAVIG_DIR)/Makefile.ow @sed -i "/^CORE_DIR.*/d" $(SNAVIG_DIR)/Makefile.ow @sed -i "/^BLORB_DIR.*/d" $(SNAVIG_DIR)/Makefile.ow + @unix2dos $(SNAVIG_DIR)/* + @cp frotz.prj $(SNAVIG_DIR) @echo "$(SNAVIG_DIR)/ now contains Frotz source code for 16-bit DOS." - @echo "Use Borland Turbo C 3.00 and Borland MAKE 3.6". + @echo "Supported compilers are:" + @echo " Borland Turbo C 3.00 and Borland MAKE 3.6" + @echo " Open Watcom C 2.0 and Open Watcom MAKE (wmake)" tops20: $(COMMON_DEFINES) $(HASH) @rm -rf $(SNAVIG_DIR) -- 2.34.1