common/hlm.bat
author Simon Howkins <simonh@symbian.org>
Fri, 14 May 2010 15:26:42 +0100
changeset 1031 6660c0312c89
parent 6 8bbcf7b2218d
permissions -rw-r--r--
Bug 2670: binaries_epoc.zip contains megabytes of useless Emulator files Exclude files in \epoc32\data\media from release 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