common/hlm.bat
author Simon Howkins <simonh@symbian.org>
Wed, 19 Aug 2009 14:19:16 +0100
changeset 367 bed8f6bc974b
parent 6 8bbcf7b2218d
permissions -rw-r--r--
Added disk space check for all builds. Made the platform build configurable via props and refs in the same way that the package build is.

@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