Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added Doomsday's DEDs
  • Loading branch information
skyjake committed Aug 31, 2003
1 parent 01acc12 commit ac45120
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions distrib/makedist.bat
Expand Up @@ -77,6 +77,7 @@ REM + Definitions +
REM +---------------------------------------------------------------+
echo Copying Definitions...

xcopy %SRC%Defs\*.ded %Dist%Defs\
xcopy /s %SRC%Defs\jDoom\*.ded %Dist%Defs\jDoom\
xcopy /s %SRC%Defs\jHeretic\*.ded %Dist%Defs\jHeretic\
xcopy /s %SRC%Defs\jHexen\*.ded %Dist%Defs\jHexen\
Expand Down
2 changes: 1 addition & 1 deletion distrib/packcom.bat
Expand Up @@ -50,7 +50,7 @@ REM +---------------------------------------------------------------+
if %_PackEng%==No goto skip_eng
set FILE=%_DestDir%\_mic_engine
del %FILE%.exe
rar a %FILE% %SRC%\Kicks.exe %SRC%\*.cfg %SRC%\*.ksl %SRC%\glbsp.* %SRC%\Doc\*.* %SRC%\Bin\*.* %SRC%\Data\*.* %SRC%\Data\Fonts %SRC%\Data\Graphics %SRC%\Data\KeyMaps -xBin\jDoom.dll -x*heretic*.* -x*hexen*.*
rar a %FILE% %SRC%\Kicks.exe %SRC%\*.cfg %SRC%\*.ksl %SRC%\glbsp.* %SRC%\Doc\*.* %SRC%\Bin\*.* %SRC%\Defs\*.ded %SRC%\Data\*.* %SRC%\Data\Fonts %SRC%\Data\Graphics %SRC%\Data\KeyMaps -xBin\jDoom.dll -x*heretic*.* -x*hexen*.*
rar c -z%COMMENT% %FILE%.exe
:skip_eng

Expand Down
1 change: 1 addition & 0 deletions distrib/packdist.bat
Expand Up @@ -8,6 +8,7 @@ cd distrib
del %FILE%
wzzip -a -ex -P %FILE% *.ks? *.cfg *.txt *.exe
wzzip -a -ex -r -P %FILE% Run\*.* Doc\*.* Data\*.* Bin\*.*
wzzip -a -ex -P %FILE% Defs\*.ded
wzzip -a -ex -P -x@..\mdefex.lst %FILE% Defs\jDoom\*.ded Defs\jDoom\Auto\*.*
wzzip -a -ex -P -x@..\mdefex.lst %FILE% Defs\jHeretic\*.ded Defs\jHeretic\Auto\*.*
wzzip -a -ex -P -x@..\mdefex.lst %FILE% Defs\jHexen\*.ded Defs\jHexen\Auto\*.*
Expand Down

0 comments on commit ac45120

Please sign in to comment.