diff -r ff82e7088ec5 -r 9c26e67c041a plugins/c_ext/c_ext.py --- a/plugins/c_ext/c_ext.py Mon Sep 24 17:08:54 2007 +0200 +++ b/plugins/c_ext/c_ext.py Mon Sep 24 17:09:19 2007 +0200 @@ -146,13 +146,13 @@ src_file.close() f.close() res.append((Gen_Cfile_path,str(self.C_Extension.getCFLAGS()))) - return res,str(self.C_Extension.getLDFLAGS()) + return res,str(self.C_Extension.getLDFLAGS()),True class RootClass: PlugChildsTypes = [("C_File",_Cfile)] def PlugGenerate_C(self, buildpath, locations, logger): - return [],"" + return [],"",False