common/hlm.bat
author Dario Sestito <darios@symbian.org>
Mon, 10 Aug 2009 11:35:01 +0100
changeset 342 626d3847cf2a
parent 6 8bbcf7b2218d
permissions -rw-r--r--
Commented out clean and tools targets. Changed tool2 target into tools2_rel

@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