droidfish/CuckooChessEngine/build_binbook.xml
Peter Osterlund 6996bead09 DroidFish, CuckooChessEngine: Don't fork when building book files.
This makes the build work even if "java" is not in the path.
2016-11-12 16:41:41 +01:00

11 lines
364 B
XML

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<project default="build_binbook" name="Build assets/eco.dat">
<target name="build_binbook">
<java classpath="bin"
classname="chess.Book">
<arg value="${basedir}/src/book.txt"/>
<arg value="${basedir}/src/book.bin"/>
</java>
</target>
</project>