diff -r d36a89dcd21c -r 022e034bd4b8 LPCBeremiz.py --- a/LPCBeremiz.py Tue Dec 15 10:04:33 2009 +0100 +++ b/LPCBeremiz.py Tue Dec 15 10:06:01 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 #-------------------------------------------------------------------------------