]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #24986: Allow building Python without external libraries on Windows
authorZachary Ware <zachary.ware@gmail.com>
Fri, 4 Sep 2015 04:43:54 +0000 (23:43 -0500)
committerZachary Ware <zachary.ware@gmail.com>
Fri, 4 Sep 2015 04:43:54 +0000 (23:43 -0500)
commitb27f3c3e20991c7a97826e886bb43439e9276c34
tree25f8f65840422c222dc4dc6bbbb54f6479f3bba2
parente74fe18ebb625224e0bd8f6885c3e65ac3bb29fa
Issue #24986: Allow building Python without external libraries on Windows

This modifies the behavior of the '-e' flag to PCbuild\build.bat: when '-e'
is not supplied, no attempt will be made to build extension modules that
require external libraries, even if the external libraries are present.

Also adds '--no-<module>' flags to PCbuild\build.bat, where '<module>' is
one of 'ssl', 'tkinter', or 'bsddb', to allow skipping just those modules
(if '-e' is given).
Misc/NEWS
PCbuild/build.bat
PCbuild/pcbuild.proj