common/hlm.bat
author Maciej Seroka <maciejs@symbian.org>
Thu, 28 Jan 2010 14:45:46 +0000
changeset 862 9202a9e0015c
parent 6 8bbcf7b2218d
permissions -rw-r--r--
Removed copying smoketest source to EPOCROOT

@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