Author: Diego Barrios Romero <[email protected]>
Date: Sun Feb 26 18:03:47 2012 +0100
output filename option
---
synfig-core/src/tool/main.cpp | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/synfig-core/src/tool/main.cpp b/synfig-core/src/tool/main.cpp
index 21e7220..26a8775 100644
--- a/synfig-core/src/tool/main.cpp
+++ b/synfig-core/src/tool/main.cpp
@@ -549,6 +549,11 @@ int main(int ac, char* av[])
target_name = vm["target"].as<string>();
}
+ // Determine output
+ if (vm.count("output-file"))
+ {
+ job_list.front().outfilename =
vm["output-file"].as<string>();
+ }
if (vm.count("threads"))
threads = vm["threads"].as<int>();
------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
Synfig-devl mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/synfig-devl