common/hlm.bat
author Dario Sestito <darios@symbian.org>
Wed, 28 Oct 2009 11:34:17 +0000
changeset 716 a0829a1a0d41
parent 6 8bbcf7b2218d
permissions -rw-r--r--
Fix some build configurations are left as 'noconfig'

@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