From f3528534f494c2c20a2d2e870fc80b30b548b372 Mon Sep 17 00:00:00 2001 From: David Griffith Date: Wed, 13 Apr 2022 19:48:27 -0700 Subject: [PATCH] Removed dependency on unix2dos for snavig targets. --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index e552e75..e8f0c5a 100644 --- a/Makefile +++ b/Makefile @@ -411,7 +411,6 @@ 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 "Supported compilers are:" -- 2.34.1