src/Project/Gtk.vala
authorAlan Knowles <alan@roojs.com>
Thu, 3 Dec 2015 04:36:42 +0000 (12:36 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 3 Dec 2015 04:36:42 +0000 (12:36 +0800)
src/Project/Gtk.vala

index cd99789..2e01b7e 100644 (file)
@@ -483,7 +483,9 @@ namespace Project {
                public Gee.ArrayList<string> sources; // list of files+dirs (relative to project)
                public string target_bin;
 
-
+               public string build_execute_args;
+               
+               
                public GtkValaSettings(string name) 
                {
                        this.name = name;