LPCBeremiz.py
changeset 629 61347cc521d1
parent 625 08d4cc1ceb9b
child 650 26236e691330
equal deleted inserted replaced
628:2a8476222ba8 629:61347cc521d1
    66 from PLCOpenEditor import IDEFrame, ProjectDialog
    66 from PLCOpenEditor import IDEFrame, ProjectDialog
    67 
    67 
    68 #-------------------------------------------------------------------------------
    68 #-------------------------------------------------------------------------------
    69 #                          CANFESTIVAL PLUGIN HACK
    69 #                          CANFESTIVAL PLUGIN HACK
    70 #-------------------------------------------------------------------------------
    70 #-------------------------------------------------------------------------------
    71 from plugins.canfestival import canfestival
    71 # from plugins.canfestival import canfestival
    72 class LPC_canfestival_config:
    72 # class LPC_canfestival_config:
    73     def getCFLAGS(self, *args):
    73 #     def getCFLAGS(self, *args):
    74         return ""
    74 #         return ""
    75 
    75 # 
    76     def getLDFLAGS(self, *args):
    76 #     def getLDFLAGS(self, *args):
    77         return ""
    77 #         return ""
    78         
    78 #         
    79 canfestival.local_canfestival_config = LPC_canfestival_config() 
    79 # canfestival.local_canfestival_config = LPC_canfestival_config() 
    80 #-------------------------------------------------------------------------------
    80 #-------------------------------------------------------------------------------
    81 #                              LPCModule Class
    81 #                              LPCModule Class
    82 #-------------------------------------------------------------------------------
    82 #-------------------------------------------------------------------------------
    83 
    83 
    84 LOCATION_TYPES = {"I": LOCATION_VAR_INPUT,
    84 LOCATION_TYPES = {"I": LOCATION_VAR_INPUT,