LPCBeremiz.py
changeset 515 022e034bd4b8
parent 514 d36a89dcd21c
parent 512 36aeab46f27d
child 517 6da1617a7645
--- 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
 #-------------------------------------------------------------------------------