The Wolfenstein 3D source as originally released.

This commit is contained in:
Travis Bradshaw
2012-02-06 10:31:54 -06:00
commit 7137844284
113 changed files with 48280 additions and 0 deletions

12
INSTALL.BAT Normal file
View File

@@ -0,0 +1,12 @@
@echo off
DEICE.EXE
if ERRORLEVEL == 1 GOTO END
WOLFSRC.EXE -d
if ERRORLEVEL == 1 GOTO ERROR
DEL WOLFSRC.EXE
GO
goto END
:ERROR
echo Error installing WOLFSRC.EXE!
:END