Rev 57: Remove the pre-build step, it turns out we didn't need it anyway. in http://bazaar.launchpad.net/~bzr/bzr-windows-installers/trunk

John Arbash Meinel john at arbash-meinel.com
Thu Nov 5 22:26:09 GMT 2009


At http://bazaar.launchpad.net/~bzr/bzr-windows-installers/trunk

------------------------------------------------------------
revno: 57
revision-id: john at arbash-meinel.com-20091105222536-x12y7x7px0l7vk0r
parent: john at arbash-meinel.com-20091105201644-jljzogwnaaauw0ui
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: trunk
timestamp: Thu 2009-11-05 16:25:36 -0600
message:
  Remove the pre-build step, it turns out we didn't need it anyway.
-------------- next part --------------
=== modified file 'tools/win32/buildout-templates/bin/build-installer.bat.in'
--- a/tools/win32/buildout-templates/bin/build-installer.bat.in	2009-11-05 20:16:44 +0000
+++ b/tools/win32/buildout-templates/bin/build-installer.bat.in	2009-11-05 22:25:36 +0000
@@ -60,14 +60,6 @@
 %COMSPEC% /c bzr co %ROOT%/bzr/%BZR_TARGET% %TARGET%
 @if %ERRORLEVEL% NEQ 0 (set BUILD_ERROR=%ERRORLEVEL%) & goto End
 
-rem TODO: remove this step
-rem First we stage a 'build_ext -i'. We have to do this because _static_tuple.h
-rem requires the headers for _simple_set_pyx_api.h but those are autogenerated
-rem It seems that the build process does *not* add the build directory to the
-rem include path, so we have to build in-place to find the headers.
-cd %TARGET%
-%PYTHON% setup.py build_ext -i
-
 rem Build the Python installers first, because we don't want to
 rem include any of the 3rd-party plugins, because we don't bundle
 rem their dependencies. If you don't have all of these Python versions



More information about the bazaar-commits mailing list