From 8a946f60dfb7b3936c3aea98dfcfcdf3c986a702 Mon Sep 17 00:00:00 2001 From: David Cournapeau Date: Mon, 28 Jul 2008 02:22:13 +0000 Subject: Uncomment bootstrap tasks. --- tools/win32build/prepare_bootstrap.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tools/win32build') diff --git a/tools/win32build/prepare_bootstrap.py b/tools/win32build/prepare_bootstrap.py index 81d27714f..3f8db2446 100644 --- a/tools/win32build/prepare_bootstrap.py +++ b/tools/win32build/prepare_bootstrap.py @@ -61,10 +61,10 @@ def prepare_bootstrap(pyver = "2.5"): shutil.rmtree(bootstrap) os.makedirs(bootstrap) - #build_sdist() - #prepare_numpy_sources(bootstrap) + build_sdist() + prepare_numpy_sources(bootstrap) - #shutil.copy('build.py', bootstrap) + shutil.copy('build.py', bootstrap) prepare_nsis_script(bootstrap, pyver, get_numpy_version()) if __name__ == '__main__': -- cgit v1.2.1