]> 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:27:05 +0000 (23:27 -0500)
committerZachary Ware <zachary.ware@gmail.com>
Fri, 4 Sep 2015 04:27:05 +0000 (23:27 -0500)
commit1db43f98d525ab108160f92b67c8851080507804
treee99cd4330fe6560e2449412b89e312d0128e1f42
parent7ab6cb44e46ce36e8cbb7c6fcfee032c638c8f7b
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