src/Application.vala
authorAlan Knowles <alan@roojs.com>
Thu, 28 May 2015 06:43:57 +0000 (14:43 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 28 May 2015 06:43:57 +0000 (14:43 +0800)
src/Application.vala

index 5e75ec4..e50cae2 100644 (file)
@@ -56,6 +56,7 @@
                        { "target", 0, 0, OptionArg.STRING, ref opt_compile_target, "Target to build", null },
                        { "skip-file", 0, 0, OptionArg.STRING, ref opt_compile_skip ,"For test compiles do not add this (usually used in conjunction with add-file ", null },
                        { "add-file", 0, 0, OptionArg.STRING, ref opt_compile_add, "Add this file to compile list", null },
+                       { "output", 0, 0, OptionArg.STRING, ref opt_compile_output, "output binary file", null },
                        { "debug", 0, 0, OptionArg.NONE, ref opt_debug, "Show debug messages", null },
                        { null }
                };