beremiz

89eca146bee0
Parents a3a5561bde1d
Children 81777d4e379c
Adding support for matiec new command line syntax
  • +4 -3
    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 !