This commit is contained in:
Bob Ippolito 2006-05-23 19:09:51 +00:00
parent 9deeeef092
commit 27abce5ba8
5 changed files with 287 additions and 427 deletions

View file

@ -1444,7 +1444,7 @@ def main():
'install_lib':PyBuildInstallLib},
# The struct module is defined here, because build_ext won't be
# called unless there's at least one extension module defined.
ext_modules=[Extension('_struct', ['_struct.c'])],
ext_modules=[Extension('struct', ['structmodule.c'])],
# Scripts to install
scripts = ['Tools/scripts/pydoc', 'Tools/scripts/idle',