From: Doni Pracner Date: Wed, 25 Sep 2013 21:25:58 +0000 (+0200) Subject: ant build file, basic compilation of parts and some samples processing for now X-Git-Tag: v0.1.2~25 X-Git-Url: http://svarog.pmf.uns.ac.rs/gitweb/?p=mjc2wsl.git;a=commitdiff_plain;h=2127fb8319873f768a4218e8bb40af52412b7871;ds=inline ant build file, basic compilation of parts and some samples processing for now --- diff --git a/build.xml b/build.xml new file mode 100644 index 0000000..2ac7435 --- /dev/null +++ b/build.xml @@ -0,0 +1,64 @@ + + + + + + + + + + + Possible options: + all - build the tool and the compiler and test on the samples + build - build the mjc2wsl tool + mj-build - build the mj compiler + mj-samples - run the mj compiler on the samples (build if needed) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file