common/hlm.bat
author Maciej Seroka <maciejs@symbian.org>
Wed, 09 Dec 2009 11:48:17 +0000
changeset 819 3df98b3b0a8d
parent 6 8bbcf7b2218d
permissions -rw-r--r--
Updated ats_specialise_test_drop.pl to insert FileStoreAction param

@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