Added connect.bat, made minor changes to kgsGtp.ini. ScratchGo can now easily connect to gokgs.com's server.
It will look for room whf4cs6999 as whf4human (to avoid creating more accounts) and will connect to or wait for whf4cs6999.
This commit is contained in:
11
build.xml
11
build.xml
@@ -33,9 +33,16 @@
|
||||
</target>
|
||||
|
||||
<target name="copy-resources">
|
||||
<copy todir="${dist}/data">
|
||||
<copy todir="${dist}" file="connect.bat" />
|
||||
<copy todir="${dist}" file="rrt.bat" />
|
||||
<copy todir="${dist}" file="data/log4j.xml" />
|
||||
<copy todir="${dist}" file="data/kgsGtp.ini" />
|
||||
<copy todir="${dist}" file="data/gogame.cfg" />
|
||||
|
||||
<!--copy todir="${dist}/data">
|
||||
<fileset dir="data" />
|
||||
</copy>
|
||||
</copy-->
|
||||
|
||||
<copy todir="${build}/net/woodyfolsom/msproj/gui">
|
||||
<fileset dir="${src}/net/woodyfolsom/msproj/gui">
|
||||
<exclude name="**/*.java"/>
|
||||
|
||||
Reference in New Issue
Block a user