Script updates

This commit is contained in:
Marwolf
2018-07-13 16:59:51 -04:00
parent bba4c0709f
commit 0ba37359ce
21 changed files with 866 additions and 114 deletions

View File

@@ -0,0 +1,20 @@
@echo off
echo:
Windows\make pull
echo:
echo:
set PATH=Ant/bin
echo:
echo:
call ant -f Game/client/build.xml compile
echo:
echo:
call ant -f Game/server/build.xml compile
echo:
echo:
call START "" ant -f Game/client/build.xml runclient
echo:
echo:
call ant -f Game/server/build.xml runserver
echo: