common/hlm.bat
author Dario Sestito <darios@symbian.org>
Mon, 20 Jul 2009 10:43:39 +0100
changeset 319 257557b39754
parent 6 8bbcf7b2218d
permissions -rw-r--r--
Added transformation of model file from version 3.0.0 to a version usable by Raptor

@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