gitweb on Svarog
projekti pod git sistemom za održavanje verzija -- projects under the git version control system
summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 1c135a4)
raw | patch | inline | side by side (parent: 1c135a4)
author | Doni Pracner <quinnuendo@gmail.com> | |
Mon, 11 Nov 2013 19:06:25 +0000 (20:06 +0100) | ||
committer | Doni Pracner <quinnuendo@gmail.com> | |
Mon, 11 Nov 2013 19:06:25 +0000 (20:06 +0100) |
build.xml | patch | blob | history |
diff --git a/build.xml b/build.xml
index 49af44949525112d4de7f13a54603518d712adce..cfd9ea24aa4d57f8aa2c8bffb70b2fb707582af5 100644 (file)
--- a/build.xml
+++ b/build.xml
<property name="samples.main.dir" value="samples" />
<property name="samples.temp.dir" value="samples-temp" />
- <target name="help">
+ <property name="fermat.dir" value="/home/donny/d/donny/fermat3" />
+
+ <target name="help" description="a short help text">
<echo>Possible options:
all - build the tool and the compiler and test on the samples
build - build the mjc2wsl tool
</antcall>
</target>
+ <target name="wsl-run" >
+ <exec executable="${fermat.dir}/bin/wsl" >
+ <env key="PATH" path="${env.PATH}:${fermat.dir}/bin"/>
+ <env key="FermaT" path="${fermat.dir}" />
+ <env key="SCHEME_LIBRARY_PATH" path="${fermat.dir}/slib/" />
+ <env key="SCM_INIT_PATH" path="${fermat.dir}/scm/Init5e5.scm" />
+ <arg value="${filename}"/>
+ </exec>
+ </target>
+
<target name="all" depends='mj-samples,mjc2wsl-samples' description="build the tools, run them on the samples to check">
</target>