hlm.bat
author Simon Howkins <simonh@symbian.org>
Wed, 14 Jul 2010 16:18:17 +0100
changeset 80 9fa808ef1682
parent 0 d1c51edcc657
permissions -rw-r--r--
Stopped bootstrap reporting that it will substitute a build drive, thereby scaring the living daylights out of innocent users, when it won't any way (because this is the bootstrap).

@echo off
setlocal
if not defined HELIUM_HOME set HELIUM_HOME=%~dp0..\..\..\..\helium
echo %HELIUM_HOME%
call %HELIUM_HOME%\hlm.bat %*
endlocal