hlm.bat
author Dario Sestito <darios@symbian.org>
Fri, 30 Oct 2009 16:18:37 +0000
changeset 59 d41d4cdb97ad
parent 0 d1c51edcc657
permissions -rw-r--r--
Add --disableav option to disable the antivirus for the duration of the build

@echo off
setlocal
if not defined HELIUM_HOME set HELIUM_HOME=%~dp0..\..\..\..\helium
echo %HELIUM_HOME%
call %HELIUM_HOME%\hlm.bat %*
endlocal