]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Compile the files in the same order they are passed to the compiler.
authorThomas Heller <theller@ctypes.org>
Fri, 5 Dec 2003 20:12:23 +0000 (20:12 +0000)
committerThomas Heller <theller@ctypes.org>
Fri, 5 Dec 2003 20:12:23 +0000 (20:12 +0000)
commit9436a75e4dfdae297c20be36ab3e65c5ab7ab1a4
treea3feec7aa4545248f9fec999d529c56db86f13eb
parentf96dd83bb49a4232ac01725b5b0c40d392b7b1eb
Compile the files in the same order they are passed to the compiler.

Use case: Sometimes 'compiling' source files (with SWIG, for example)
creates additionl files which included by later sources.  The win32all
setup script requires this.

There is no SF item for this, but it was discussed on distutils-sig:
http://mail.python.org/pipermail/distutils-sig/2003-November/003514.html
Lib/distutils/bcppcompiler.py
Lib/distutils/ccompiler.py
Lib/distutils/msvccompiler.py