Skip to content

Commit

Permalink
Added Data\Graphics
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Aug 30, 2003
1 parent 02bc34b commit 8e18934
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions distrib/makedist.bat
Expand Up @@ -68,6 +68,7 @@ xcopy %SRC%Data\jHexen\jHexen.wad %Dist%Data\jHexen\
xcopy %SRC%Data\Fonts\*.dfn %Dist%Data\Fonts\
xcopy %SRC%Data\Fonts\Readme.txt %Dist%Data\Fonts\
xcopy %SRC%Data\KeyMaps\*.dkm %Dist%Data\KeyMaps\
xcopy %SRC%Data\Graphics\*.* %Dist%Data\Graphics\
xcopy %SRC%Data\jDoom\Auto\Readme.txt %Dist%Data\jDoom\Auto\
xcopy %SRC%Data\jHeretic\Auto\Readme.txt %Dist%Data\jHeretic\Auto\
xcopy %SRC%Data\jHexen\Auto\Readme.txt %Dist%Data\jHexen\Auto\
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\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%\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

0 comments on commit 8e18934

Please sign in to comment.