Made the scripts forge updating md5s/mcp/names

This commit is contained in:
LexManos 2012-03-05 12:44:00 -08:00
parent bef2f96597
commit 5f7d00e6ba
3 changed files with 5 additions and 5 deletions

View File

@ -53,5 +53,5 @@ popd >nul
cmd /C updatemcp.bat -f
cmd /C updatenames.bat -f
runtime\bin\python\python_mcp runtime\updatemd5.py
runtime\bin\python\python_mcp runtime\updatemd5.py -f
pause

View File

@ -50,6 +50,6 @@ pushd src > /dev/null
fi
popd > /dev/null
./updatemcp.sh
./updatenames.sh
./updatemd5.sh
./updatemcp.sh -f
./updatenames.sh -f
./updatemd5.sh -f

View File

@ -28,7 +28,7 @@ pushd .. >nul
copy ..\forge\MLProp.java minecraft_server\net\minecraft\src\MLProp.java
popd >nul
@echo | cmd /C updatemd5.bat
@echo | cmd /C updatemd5.bat -f
mkdir src_base
mkdir src_work