From 2127fb8319873f768a4218e8bb40af52412b7871 Mon Sep 17 00:00:00 2001 From: Doni Pracner Date: Wed, 25 Sep 2013 23:25:58 +0200 Subject: [PATCH 1/1] ant build file, basic compilation of parts and some samples processing for now --- build.xml | 64 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 build.xml 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 -- 2.17.1