ProjectController.py
changeset 1427 e01b52d948c3
parent 1426 dfea848e146d
child 1430 754fa90c8b27
equal deleted inserted replaced
1426:dfea848e146d 1427:e01b52d948c3
   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 -l -I \"%s\" -T \"%s\" \"%s\""%(
   617                "\"%s\" -f -l -p -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()