# HG changeset patch # User laurent # Date 1320788384 -3600 # Node ID 3c9fbe483124ee2f717b1405e5420cab62117c78 # Parent 61347cc521d188ca67b9626fdca023a653e66e72# Parent 9a9636e16d1551e4bc9206c874491f21803c3863 Merging with Edouard's modifications diff -r 9a9636e16d15 -r 3c9fbe483124 LPCBeremiz.py --- 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 #-------------------------------------------------------------------------------