~ubuntu-branches/ubuntu/edgy/pysvn/edgy

« back to all changes in this revision

Viewing changes to Builder/builder_custom_init.cmd

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2006-03-07 14:08:44 UTC
  • mto: This revision was merged to the branch mainline in revision 5.
  • Revision ID: james.westby@ubuntu.com-20060307140844-xey4ygiqdrexvq0s
Tags: upstream-1.4.1
ImportĀ upstreamĀ versionĀ 1.4.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
@echo off
1
2
rem figure out where we are
2
3
for %%I in ( %0\..\.. ) do set WORKDIR=%%~fI
3
4
 
4
5
set PY_MAJ=2
5
6
if not "%1" == "" set PY_MAJ=%1
6
 
set PY_MIN=3
 
7
set PY_MIN=4
7
8
if not "%2" == "" set PY_MIN=%2
8
9
set BUILD_TYPE=Release
9
10
if not "%3" == "" set BUILD_TYPE=%3
16
17
set COMPILER=msvc60
17
18
if "%PY_MIN%" == "4" set COMPILER=msvc71
18
19
 
19
 
if exist ..\..\ReleaseEngineering\win32-%COMPILER%\software-versions.cmd call ..\..\ReleaseEngineering\win32-%COMPILER%\software-versions.cmd
 
20
if exist ..\..\ReleaseEngineering\win32-%COMPILER%\software-versions.cmd call ..\..\ReleaseEngineering\win32-%COMPILER%\software-versions.cmd off
20
21
 
21
22
set PYCXX=%WORKDIR%\Import\pycxx_%PYCXX_VER%
22
23
set OPENSSL=%TARGET%\openssl-%OPENSSL_VER%