summaryrefslogtreecommitdiffstats
path: root/Mac/scripts
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>1997-01-31 16:13:26 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>1997-01-31 16:13:26 (GMT)
commit02dee9b1a940f1c740979627ce616536b91ba25b (patch)
tree6ae1e1ad62bee500fe7b1f26da5023b687506c9a /Mac/scripts
parent19a14b663593d77625efc5a28397c3a110fdbd17 (diff)
downloadcpython-02dee9b1a940f1c740979627ce616536b91ba25b.zip
cpython-02dee9b1a940f1c740979627ce616536b91ba25b.tar.gz
cpython-02dee9b1a940f1c740979627ce616536b91ba25b.tar.bz2
Added _tkinter modules in Image extension
Diffstat (limited to 'Mac/scripts')
-rw-r--r--Mac/scripts/fullbuild.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/Mac/scripts/fullbuild.py b/Mac/scripts/fullbuild.py
index 378049c..cc9eecb 100644
--- a/Mac/scripts/fullbuild.py
+++ b/Mac/scripts/fullbuild.py
@@ -123,6 +123,8 @@ EXTENSION_INSTRUCTIONS=[
(buildmwproject, "CWIE", [
":Extensions:Imaging:_imaging.ppc.µ",
":Extensions:Imaging:_imaging.CFM68K.µ",
+ ":Extensions:Imaging:_tkinter.ppc.µ",
+ ":Extensions:Imaging:_tkinter.CFM68K.µ",
":Extensions:NumPy:numpymodules.ppc.µ",
":Extensions:NumPy:numpymodules.CFM68K.µ",
])