From 4fb6fbbcec46b6187103bc4e796f994ac797ddf2 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 28 May 2015 14:43:57 +0800 Subject: [PATCH] src/Application.vala --- src/Application.vala | 1 + 1 file changed, 1 insertion(+) 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 } }; -- 2.39.2