]> granicus.if.org Git - python/commitdiff
Add depends=None to the arglist for compile().
authorJeremy Hylton <jeremy@alum.mit.edu>
Thu, 13 Jun 2002 17:27:13 +0000 (17:27 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Thu, 13 Jun 2002 17:27:13 +0000 (17:27 +0000)
Lib/distutils/mwerkscompiler.py

index 6242f12aa11a9f4abb0a05a9a12c3d955a707c76..1f71c60cea0f598b65de9373e5ffc211952ae819 100644 (file)
@@ -62,7 +62,8 @@ class MWerksCompiler (CCompiler) :
                  include_dirs=None,
                  debug=0,
                  extra_preargs=None,
-                 extra_postargs=None):
+                 extra_postargs=None,
+                 depends=None):
         (output_dir, macros, include_dirs) = \
            self._fix_compile_args (output_dir, macros, include_dirs)
         self.__sources = sources