hlm.bat
author Dario Sestito <darios@symbian.org>
Mon, 26 Oct 2009 17:58:05 +0000
changeset 56 05cec3e671db
parent 0 d1c51edcc657
permissions -rw-r--r--
Add quotes around sf.spec.sbs.config value

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