ProjectController.py
changeset 1426 dfea848e146d
parent 1425 fa09aae984e9
child 1427 e01b52d948c3
equal deleted inserted replaced
1425:fa09aae984e9 1426:dfea848e146d
   612 
   612 
   613         # Now compile IEC code into many C files
   613         # Now compile IEC code into many C files
   614         # files are listed to stdout, and errors to stderr.
   614         # files are listed to stdout, and errors to stderr.
   615         status, result, err_result = ProcessLogger(
   615         status, result, err_result = ProcessLogger(
   616                self.logger,
   616                self.logger,
   617                "\"%s\" -f -I \"%s\" -T \"%s\" \"%s\""%(
   617                "\"%s\" -f -l -I \"%s\" -T \"%s\" \"%s\""%(
   618                          self.iec2c_path,
   618                          self.iec2c_path,
   619                          self.ieclib_path,
   619                          self.ieclib_path,
   620                          buildpath,
   620                          buildpath,
   621                          self._getIECcodepath()),
   621                          self._getIECcodepath()),
   622                no_stdout=True, no_stderr=True).spin()
   622                no_stdout=True, no_stderr=True).spin()