From 6864d30dfedc7325540fbed580dc35d24b56a41d Mon Sep 17 00:00:00 2001 From: Jeremy Hylton Date: Thu, 13 Jun 2002 17:27:13 +0000 Subject: Add depends=None to the arglist for compile(). --- Lib/distutils/mwerkscompiler.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Lib/distutils/mwerkscompiler.py') diff --git a/Lib/distutils/mwerkscompiler.py b/Lib/distutils/mwerkscompiler.py index 6242f12aa1..1f71c60cea 100644 --- a/Lib/distutils/mwerkscompiler.py +++ b/Lib/distutils/mwerkscompiler.py @@ -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 -- cgit v1.2.1