summaryrefslogtreecommitdiffstats
path: root/Tools
diff options
context:
space:
mode:
authorTrent Mick <trentm@activestate.com>2005-12-15 22:08:46 (GMT)
committerTrent Mick <trentm@activestate.com>2005-12-15 22:08:46 (GMT)
commite97e5a72279b2a5813971d89fd635e0ba33baa3d (patch)
tree1eda2630b8f3e7ef85b533a692fe607cd12237f9 /Tools
parent07f159de864655d188aa963794cd21592fbebc73 (diff)
downloadcpython-e97e5a72279b2a5813971d89fd635e0ba33baa3d.zip
cpython-e97e5a72279b2a5813971d89fd635e0ba33baa3d.tar.gz
cpython-e97e5a72279b2a5813971d89fd635e0ba33baa3d.tar.bz2
Add build support for _elementtree on Windows.
Diffstat (limited to 'Tools')
-rw-r--r--Tools/msi/msi.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Tools/msi/msi.py b/Tools/msi/msi.py
index 4998565..6dc8663 100644
--- a/Tools/msi/msi.py
+++ b/Tools/msi/msi.py
@@ -104,6 +104,7 @@ extensions = [
'unicodedata.pyd',
'winsound.pyd',
'zlib.pyd',
+ '_elementtree.pyd',
'_bsddb.pyd',
'_socket.pyd',
'_ssl.pyd',