added basic build script for windows

This commit is contained in:
Space Toad 2011-07-14 11:18:25 +00:00
parent f9e5cdc9ab
commit 7385d80298
1 changed files with 7 additions and 0 deletions

7
forge/build.bat Executable file
View File

@ -0,0 +1,7 @@
cd ..
rmdir /S /Q src
mkdir src
xcopy /Y /E src_work\* src\
cmd /C recompile.bat