hlm.bat
author Dario Sestito <darios@symbian.org>
Thu, 06 Aug 2009 15:37:01 +0100
changeset 38 6da50515cbeb
parent 0 d1c51edcc657
permissions -rw-r--r--
Fix start package build with no --subproj option, pointed defaults to mercurial_development

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