hlm.bat
author Dario Sestito <darios@symbian.org>
Thu, 11 Jun 2009 19:28:03 +0100
changeset 18 27ea4714a2aa
parent 0 d1c51edcc657
permissions -rw-r--r--
Added script to clean old build-related folders

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