common/hlm.bat
author Simon Howkins <simonh@symbian.org>
Wed, 07 Apr 2010 14:03:14 +0100
changeset 960 b0315c337be6
parent 6 8bbcf7b2218d
permissions -rw-r--r--
Changed packaging so that /epoc/gcc_mingw/** is put into tools_epoc.zip

@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