hlm.bat
author Dario Sestito <darios@symbian.org>
Wed, 05 Aug 2009 15:33:06 +0100
changeset 37 2e0ebeeeaf52
parent 0 d1c51edcc657
permissions -rw-r--r--
Change back to bootstrap dir after the build to allow removal of project dir

@echo off
setlocal
if not defined HELIUM_HOME set HELIUM_HOME=%~dp0..\..\..\..\helium
echo %HELIUM_HOME%
call %HELIUM_HOME%\hlm.bat %*
endlocal