common/hlm.bat
author Dario Sestito <darios@symbian.org>
Tue, 13 Oct 2009 17:53:22 +0100
changeset 658 dd5f923b7f91
parent 6 8bbcf7b2218d
permissions -rw-r--r--
Make csvToSysDef.pl work with codelines different than 3k

@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