# HG changeset patch
# User mjsousa
# Date 1417890711 -3600
# Node ID e01b52d948c397aaf53bd50732b3c47479838888
# Parent  dfea848e146d62dbef481925c4e6afbd59cae01a
Use '-p' command line option when running matiec (iec2c)

diff -r dfea848e146d -r e01b52d948c3 ProjectController.py
--- a/ProjectController.py	Wed Nov 26 16:05:14 2014 +0100
+++ b/ProjectController.py	Sat Dec 06 19:31:51 2014 +0100
@@ -614,7 +614,7 @@
         # files are listed to stdout, and errors to stderr.
         status, result, err_result = ProcessLogger(
                self.logger,
-               "\"%s\" -f -l -I \"%s\" -T \"%s\" \"%s\""%(
+               "\"%s\" -f -l -p -I \"%s\" -T \"%s\" \"%s\""%(
                          self.iec2c_path,
                          self.ieclib_path,
                          buildpath,