common/hlm.bat
author Maciej Seroka <maciejs@symbian.org>
Tue, 15 Jun 2010 11:09:33 +0100
changeset 1091 e29e83fc0026
parent 6 8bbcf7b2218d
permissions -rw-r--r--
Modified ats_specialise_test_drop to update FlashTask with the ROM image location

@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