common/hlm.bat
author Simon Howkins <simonh@symbian.org>
Tue, 08 Dec 2009 13:47:39 +0000
changeset 816 4fbec78cd97f
parent 6 8bbcf7b2218d
permissions -rw-r--r--
Re-indented target "sf-os-compile" (following best guess as to the standard) to make it easier to read.

@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