plugger.py
changeset 143 fd4a5c0cca2d
parent 137 187a4e2412e5
child 148 8be272b35525
equal deleted inserted replaced
142:371284c1ad94 143:fd4a5c0cca2d
   896         logger.write("Compiling IEC Program in to C code...\n")
   896         logger.write("Compiling IEC Program in to C code...\n")
   897         # Now compile IEC code into many C files
   897         # Now compile IEC code into many C files
   898         # files are listed to stdout, and errors to stderr. 
   898         # files are listed to stdout, and errors to stderr. 
   899         status, result, err_result = ProcessLogger(
   899         status, result, err_result = ProcessLogger(
   900                logger,
   900                logger,
   901                "%s \"%s\" -I \"%s\" \"%s\""%(
   901                "\"%s\" \"%s\" -I \"%s\" \"%s\""%(
   902                          iec2c_path,
   902                          iec2c_path,
   903                          self._getIECcodepath(),
   903                          self._getIECcodepath(),
   904                          ieclib_path, buildpath),
   904                          ieclib_path, buildpath),
   905                no_stdout=True).spin()
   905                no_stdout=True).spin()
   906         if status:
   906         if status: