common/hlm.bat
author Johan Groth <johang@symbian.org>
Fri, 08 Oct 2010 15:18:03 +0100
changeset 1297 c79c5ad11c63
parent 6 8bbcf7b2218d
permissions -rw-r--r--
Changed make tool to mingw32-make.

@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