common/hlm.bat
author MattD <mattd@symbian.org>
Mon, 12 Oct 2009 10:42:19 +0100
changeset 639 9b547c4a9812
parent 6 8bbcf7b2218d
permissions -rw-r--r--
ATS target 'sf-build-smoketestpkg' - fix for argument name change in 'ats_specialise_test_drop.pl'. Update command-line help for 'ats_specialise_test_drop.pl'

@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