From: Alan Knowles Date: Thu, 28 May 2015 06:43:57 +0000 (+0800) Subject: src/Application.vala X-Git-Url: http://git.roojs.org/?p=app.Builder.js;a=commitdiff_plain;h=4fb6fbbcec46b6187103bc4e796f994ac797ddf2 src/Application.vala --- diff --git a/src/Application.vala b/src/Application.vala index 5e75ec412..e50cae246 100644 --- a/src/Application.vala +++ b/src/Application.vala @@ -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 } };