common/hlm.bat
author DarioS@UK-DarioS.symbian.int
Wed, 08 Apr 2009 12:59:46 +0100
changeset 51 5a4e58cd750c
parent 6 8bbcf7b2218d
permissions -rw-r--r--
Fixed path to sources.csv file

@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