Script updates
This commit is contained in:
20
Start_Single_Player_Game_Windows.cmd
Normal file
20
Start_Single_Player_Game_Windows.cmd
Normal 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:
|
||||
Reference in New Issue
Block a user