plugger.py
changeset 351 89eca146bee0
parent 350 a3a5561bde1d
child 355 e257fe074a90
--- a/plugger.py	Thu May 28 13:40:29 2009 +0200
+++ b/plugger.py	Thu May 28 14:06:23 2009 +0200
@@ -956,10 +956,11 @@
         # files are listed to stdout, and errors to stderr. 
         status, result, err_result = ProcessLogger(
                self.logger,
-               "\"%s\" -f \"%s\" -I \"%s\" \"%s\""%(
+               "\"%s\" -f -I \"%s\" -T \"%s\" \"%s\""%(
                          iec2c_path,
-                         self._getIECcodepath(),
-                         ieclib_path, buildpath),
+                         ieclib_path, 
+                         buildpath,
+                         self._getIECcodepath()),
                no_stdout=True).spin()
         if status:
             # Failed !