author | timothy.murphy@nokia.com |
Wed, 07 Apr 2010 20:31:05 +0100 | |
branch | fix |
changeset 469 | 6af83cc4c38a |
parent 380 | db59fc762214 |
permissions | -rwxr-xr-x |
3 | 1 |
@rem |
276
e80c44f576df
release note: SF Bug 1912 - Raptor should take python from the path [if not set with SBS_PYTHON or bundled with Raptor]
Jon Chatten
parents:
231
diff
changeset
|
2 |
@rem Copyright (c) 2005-2010 Nokia Corporation and/or its subsidiary(-ies). |
3 | 3 |
@rem All rights reserved. |
4 |
@rem This component and the accompanying materials are made available |
|
5 |
@rem under the terms of the License "Eclipse Public License v1.0" |
|
6 |
@rem which accompanies this distribution, and is available |
|
7 |
@rem at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 |
@rem |
|
9 |
@rem Initial Contributors: |
|
10 |
@rem Nokia Corporation - initial contribution. |
|
11 |
@rem |
|
12 |
@rem Contributors: |
|
13 |
@rem |
|
14 |
@rem Description: |
|
15 |
@rem |
|
16 |
||
17 |
@SETLOCAL |
|
339
66bd520416ef
Review comments for Cygwin 1.7 changes.
Daniel Jacobs <daniel.jacobs@nokia.com>
parents:
336
diff
changeset
|
18 |
@CALL "%~dp0sbs_env.bat" |
3 | 19 |
|
20 |
@REM Run Raptor with all the arguments. |
|
21 |
@%__PYTHON__% %SBS_HOME%\python\raptor_start.py %* |
|
22 |
||
23 |
@ENDLOCAL |
|
24 |
@cmd /c exit /b %ERRORLEVEL% |