common/hlm.bat
author MattD <mattd@symbian.org>
Mon, 05 Oct 2009 14:56:36 +0100
changeset 586 7fd95ca25b2a
parent 6 8bbcf7b2218d
permissions -rw-r--r--
Bug 419 source sync workaround - Added property sf.spec.sourcesync.bug419 to common_props.ant.xml and set to true.

@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