common/hlm.bat
author shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
Tue, 10 Mar 2009 19:05:52 +0000
changeset 14 d40c87fa5c20
parent 6 8bbcf7b2218d
permissions -rw-r--r--
Restore properties.default.ant.xml and allow projec spec to be configurable

@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