Rev 58: We need to pass the zlib include directories to the bdist commands. in http://bazaar.launchpad.net/~bzr/bzr-windows-installers/trunk
John Arbash Meinel
john at arbash-meinel.com
Thu Nov 5 22:45:15 GMT 2009
At http://bazaar.launchpad.net/~bzr/bzr-windows-installers/trunk
------------------------------------------------------------
revno: 58
revision-id: john at arbash-meinel.com-20091105224419-rhaoqf3m4gb0t26w
parent: john at arbash-meinel.com-20091105222536-x12y7x7px0l7vk0r
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: trunk
timestamp: Thu 2009-11-05 16:44:19 -0600
message:
We need to pass the zlib include directories to the bdist commands.
-------------- 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 22:25:36 +0000
+++ b/tools/win32/buildout-templates/bin/build-installer.bat.in 2009-11-05 22:44:19 +0000
@@ -65,11 +65,11 @@
rem their dependencies. If you don't have all of these Python versions
rem installed, you may need to comment out some of these lines.
cd %TARGET%
-${settings:python24} setup.py bdist_wininst --install-script="bzr-win32-bdist-postinstall.py" -d .
- at if %ERRORLEVEL% NEQ 0 (set BUILD_ERROR=%ERRORLEVEL%) & goto End
-${settings:python25} setup.py bdist_wininst --install-script="bzr-win32-bdist-postinstall.py" -d .
- at if %ERRORLEVEL% NEQ 0 (set BUILD_ERROR=%ERRORLEVEL%) & goto End
-${settings:python26} setup.py bdist_wininst --install-script="bzr-win32-bdist-postinstall.py" -d .
+${settings:python24} setup.py bdist_wininst --install-script="bzr-win32-bdist-postinstall.py" -d . build_ext -I%ZLIB_BASE%/include -L%ZLIB_BASE%/lib
+ at if %ERRORLEVEL% NEQ 0 (set BUILD_ERROR=%ERRORLEVEL%) & goto End
+${settings:python25} setup.py bdist_wininst --install-script="bzr-win32-bdist-postinstall.py" -d . build_ext -I%ZLIB_BASE%/include -L%ZLIB_BASE%/lib
+ at if %ERRORLEVEL% NEQ 0 (set BUILD_ERROR=%ERRORLEVEL%) & goto End
+${settings:python26} setup.py bdist_wininst --install-script="bzr-win32-bdist-postinstall.py" -d . build_ext -I%ZLIB_BASE%/include -L%ZLIB_BASE%/lib
@if %ERRORLEVEL% NEQ 0 (set BUILD_ERROR=%ERRORLEVEL%) & goto End
rem Copy our inno setup installer script
More information about the bazaar-commits
mailing list