# HG changeset patch # User lbessard # Date 1243512383 -7200 # Node ID 89eca146bee09f700873621ee506a7451dbd7a9d # Parent a3a5561bde1d81f410696999d5741552e0c5888b Adding support for matiec new command line syntax diff -r a3a5561bde1d -r 89eca146bee0 plugger.py --- 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 !