mirror of
https://github.com/peterosterlund2/droidfish.git
synced 2024-11-23 11:31:33 +01:00
CuckooChessEngine: Build script tweak for F-Droid DroidFish build.
This commit is contained in:
parent
7459b86775
commit
6d560f76b1
|
@ -1,8 +1,11 @@
|
|||
<?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">
|
||||
<java classname="chess.Book">
|
||||
<classpath>
|
||||
<pathelement location="bin"/>
|
||||
<pathelement location="bin/classes"/>
|
||||
</classpath>
|
||||
<arg value="${basedir}/src/book.txt"/>
|
||||
<arg value="${basedir}/src/book.bin"/>
|
||||
</java>
|
||||
|
|
Loading…
Reference in New Issue
Block a user