common/hlm.bat
author Dario Sestito <darios@symbian.org>
Thu, 06 Aug 2009 10:18:09 +0100
changeset 336 08d0bd91ad20
parent 6 8bbcf7b2218d
permissions -rw-r--r--
Fix again releaseables dir not existing as erroronmissing dir is not supported

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