gitweb on Svarog

projekti pod git sistemom za održavanje verzija -- projects under the git version control system
mjc2wsl - more command line options
authorDoni Pracner <quinnuendo@gmail.com>
Wed, 8 Jan 2014 16:34:35 +0000 (17:34 +0100)
committerDoni Pracner <quinnuendo@gmail.com>
Wed, 8 Jan 2014 16:34:35 +0000 (17:34 +0100)
src/mjc2wsl.java

index 552fe9d..8425314 100644 (file)
@@ -533,6 +533,13 @@ public class mjc2wsl{
                                        printLevel = M_ERR+1;//no printing                              
                                } else if (args[i].compareToIgnoreCase("--genEStackPrint") == 0) {
                                        genPrintEStackOnChange = true;
                                        printLevel = M_ERR+1;//no printing                              
                                } else if (args[i].compareToIgnoreCase("--genEStackPrint") == 0) {
                                        genPrintEStackOnChange = true;
+                               } else if (args[i].compareToIgnoreCase("--genAddrPause") == 0) {
+                                       genPauseAfterEachAddress = true;
+                               } else if (args[i].compareToIgnoreCase("--genAddrPrint") == 0) {
+                                       genPrintForEachAddress = true;
+                               } else if (args[i].compareToIgnoreCase("--genAddr") == 0) {
+                                       genPrintForEachAddress = true;
+                                       genPauseAfterEachAddress = true;
                                } else if (args[i].compareToIgnoreCase("--genAll") == 0) {
                                        genPrintEStackOnChange = true;
                                        genPrintForEachAddress = true;
                                } else if (args[i].compareToIgnoreCase("--genAll") == 0) {
                                        genPrintEStackOnChange = true;
                                        genPrintForEachAddress = true;
Svarog.pmf.uns.ac.rs/gitweb maintanance Doni Pracner