0
Dario Sestito <dario.sestito@symbian.com>
parents:
diff
changeset
|
1 |
@echo off
|
Dario Sestito <dario.sestito@symbian.com>
parents:
diff
changeset
|
2 |
setlocal
|
Dario Sestito <dario.sestito@symbian.com>
parents:
diff
changeset
|
3 |
if not defined HELIUM_HOME set HELIUM_HOME=%~dp0..\..\..\..\helium
|
Dario Sestito <dario.sestito@symbian.com>
parents:
diff
changeset
|
4 |
echo %HELIUM_HOME%
|
6
|
5 |
rem call ..\..\build\env.bat
|
0
Dario Sestito <dario.sestito@symbian.com>
parents:
diff
changeset
|
6 |
call %HELIUM_HOME%\hlm.bat %*
|
Dario Sestito <dario.sestito@symbian.com>
parents:
diff
changeset
|
7 |
endlocal |