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: 16040b8)
raw | patch | inline | side by side (parent: 16040b8)
| author | Doni Pracner <quinnuendo@gmail.com> | |
| Wed, 20 Apr 2016 23:38:08 +0000 (01:38 +0200) | ||
| committer | Doni Pracner <quinnuendo@gmail.com> | |
| Wed, 20 Apr 2016 23:38:08 +0000 (01:38 +0200) | 
| build.xml | patch | blob | history | 
diff --git a/build.xml b/build.xml
index 17ee30f6a2f6766fb9ddfd509276fdb3c40a23ee..2a2233ae3d7e3de0111e43ed5440a4c1b7243f75 100644 (file)
--- a/build.xml
+++ b/build.xml
             <param name="samples.temp.dir" value="local/out/popPush-glob"/>
             <param name="mjc2wsl.options" value="--genPopPush --genGlobalVars"/>
         </antcall>
+        <antcall>
+            <target name="mj-samples"/>
+            <target name="mjc2wsl-samples"/>
+            <param name="samples.temp.dir" value="local/out/popPush-loc-separate"/>
+            <param name="mjc2wsl.options" value="--genPopPush --genInlinePrint --genLocalsSeparate --genLocalVars"/>
+        </antcall>
         <tar basedir="local/out" compression="gzip"
             destfile="local/mjc2wsl-samples.tgz"
             includes="*/*.wsl"/>