plugins/c_ext/c_ext.py
changeset 55 9c26e67c041a
parent 49 45dc6a944ab6
child 65 e55d6faee9d1
--- 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