Skip to content

Commit

Permalink
Updated readme build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
viti95 committed Jul 27, 2020
1 parent 0216140 commit 2787acd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 0 additions & 2 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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) $[*
Expand Down

0 comments on commit 2787acd

Please sign in to comment.