LPCBeremiz.py
changeset 512 36aeab46f27d
parent 510 8038c08b9874
child 515 022e034bd4b8
--- 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
 #-------------------------------------------------------------------------------