Merging with Edouard's modifications
authorlaurent
Tue, 08 Nov 2011 22:39:44 +0100
changeset 632 3c9fbe483124
parent 629 61347cc521d1 (diff)
parent 631 9a9636e16d15 (current diff)
child 633 70c84e6ff92c
Merging with Edouard's modifications
--- a/LPCBeremiz.py	Tue Nov 08 22:04:07 2011 +0100
+++ b/LPCBeremiz.py	Tue Nov 08 22:39:44 2011 +0100
@@ -68,15 +68,15 @@
 #-------------------------------------------------------------------------------
 #                          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() 
+# 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
 #-------------------------------------------------------------------------------