From: David Griffith Date: Thu, 14 Apr 2022 02:48:27 +0000 (-0700) Subject: Removed dependency on unix2dos for snavig targets. X-Git-Url: https://scope-eye.net/git/?a=commitdiff_plain;h=f3528534f494c2c20a2d2e870fc80b30b548b372;p=liskon_frotz.git Removed dependency on unix2dos for snavig targets. --- 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:"