From 2787acdb4aa9e590a2f3df1eb95f517b51343cff Mon Sep 17 00:00:00 2001 From: viti95 Date: Mon, 27 Jul 2020 18:11:29 +0200 Subject: [PATCH] Updated readme build instructions --- README.md | 2 ++ makefile | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f3924c03..cb3b98fc 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,8 @@ FastDoom 0.2 Benchmark Demo: 2) Install Turbo Assembler 3.1, which is distributed with Borland C++ 3.1 (1992, not compatible with x64, use DOSBox or a real DOS environment). 3) Add Watcom's bin folder (binnt on Windows, binw on DOS) to the PATH. 4) Run make.bat. +5) (Optional) Install DOS/32A +6) (Optional) Execute "sb -r doom.exe" to replace DOS/4GW ## Contributing diff --git a/makefile b/makefile index 6116b0e2..3452464c 100644 --- a/makefile +++ b/makefile @@ -117,8 +117,6 @@ newdoom.exe : $(GLOBOBJS) wlink @newdoom.lnk copy newdoom.exe doom.exe wstrip doom.exe -# 4gwbind 4gwpro.exe striptic.exe heretic.exe -V -# prsucc .c.obj : wcc386 $(CCOPTS) $[*