common/hlm.bat
author Dario Sestito <darios@symbian.org>
Tue, 13 Jul 2010 11:43:21 +0100
changeset 1160 94015cd3cb74
parent 6 8bbcf7b2218d
permissions -rw-r--r--
Fix: sf-diamondize-bom target is run twice

@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