common/hlm.bat
author Arnaud Lenoir
Mon, 22 Mar 2010 21:39:33 +0000
changeset 946 d4afc2cbd15a
parent 6 8bbcf7b2218d
permissions -rw-r--r--
Wrote a script to extract data for e32tests & f32tests based on input from: richardcoles / Symbian Foundation Community Member and Krishna Achugatla from Symbian.

@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