Rev 48: Add the ZLIB stuff to the bdist calls. in http://bazaar.launchpad.net/~bzr/bzr-windows-installers/2.0

John Arbash Meinel john at arbash-meinel.com
Fri Nov 6 03:01:11 GMT 2009


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

------------------------------------------------------------
revno: 48
revision-id: john at arbash-meinel.com-20091106030025-34781ew0dfkf81ad
parent: john at arbash-meinel.com-20091106025633-uijqvrchi71bj8f9
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: 2.0
timestamp: Thu 2009-11-05 21:00:25 -0600
message:
  Add the ZLIB stuff to the bdist calls.
-------------- 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:15:24 +0000
+++ b/tools/win32/buildout-templates/bin/build-installer.bat.in	2009-11-06 03:00:25 +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