common/hlm.bat
author Louis Henry Nayegon <louisn@symbian.org>
Mon, 22 Jun 2009 16:52:23 +0100
changeset 216 b97beda10eb3
parent 6 8bbcf7b2218d
permissions -rw-r--r--
merge using wildcard on destination removes all of destination not just src files

@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