~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to tools/win32/buildout-templates/bin/build-installer.bat.in

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-07-16 20:52:54 UTC
  • mfrom: (5193.5.9 cleanup)
  • Revision ID: pqm@pqm.ubuntu.com-20100716205254-j0m65wckb90rj54w
(vila) Cleanup some bogus rest constructs in the doc. (Vincent Ladeuil)

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
%COMSPEC% /c bzr co %ROOT%/bzr/%BZR_TARGET% %TARGET%
54
54
@if %ERRORLEVEL% NEQ 0 (set BUILD_ERROR=%ERRORLEVEL%) & goto End
55
55
 
56
 
rem Build the python-installer first, because we don't want to
 
56
rem Build the python installers first, because we don't want to
57
57
rem include any of the 3rd-party plugins, because we don't bundle
58
58
rem their dependencies.
59
59
cd %TARGET%
60
 
make python-installer PYTHON=%CYG_PYTHON% PYTHON24=${settings:python24} PYTHON25=${settings:python25} PYTHON26=${settings:python26}
61
 
rem @if %ERRORLEVEL% NEQ 0 (set BUILD_ERROR=%ERRORLEVEL%) & goto End
 
60
 
 
61
rem This is slightly redundant with 'make installer-all'
 
62
rem except in that case we have to do cygwin path translations for all the
 
63
rem different versions of python
 
64
${settings:python24} setup.py bdist_wininst --install-script="bzr-win32-bdist-postinstall.py" -d .
 
65
@if %ERRORLEVEL% NEQ 0 (set BUILD_ERROR=%ERRORLEVEL%) & goto End
 
66
 
 
67
${settings:python25} setup.py bdist_wininst --install-script="bzr-win32-bdist-postinstall.py" -d .
 
68
@if %ERRORLEVEL% NEQ 0 (set BUILD_ERROR=%ERRORLEVEL%) & goto End
 
69
 
 
70
${settings:python26} setup.py bdist_wininst --install-script="bzr-win32-bdist-postinstall.py" -d .
 
71
@if %ERRORLEVEL% NEQ 0 (set BUILD_ERROR=%ERRORLEVEL%) & goto End
62
72
 
63
73
cd %ROOT%/subvertpy/%PLUGIN_TARGET%
64
74
%PYTHON% setup.py install -O1 --install-lib=%TARGET%