diff -r 518c30f2a507 -r 36aeab46f27d LPCBeremiz.py --- a/LPCBeremiz.py Mon Dec 14 11:03:59 2009 +0100 +++ b/LPCBeremiz.py Mon Dec 14 21:05:10 2009 +0100 @@ -70,6 +70,18 @@ from PLCOpenEditor import IDEFrame, ProjectDialog #------------------------------------------------------------------------------- +# CANFESTIVAL PLUGIN HACK +#------------------------------------------------------------------------------- +from plugins.canfestival import canfestival +class LPC_canfestival_config: + def getCFLAGS(self, *args): + return "" + + def getLDFLAGS(self, *args): + return "" + +canfestival.local_canfestival_config = LPC_canfestival_config() +#------------------------------------------------------------------------------- # LPCModule Class #-------------------------------------------------------------------------------