common/hlm.bat
author Simon Howkins <simonh@symbian.org>
Wed, 07 Jul 2010 17:26:43 +0100
changeset 1157 5fafe4f9fda8
parent 6 8bbcf7b2218d
permissions -rw-r--r--
Removed code which redundantly checks values of sf.spec.splitbuild, sf.spec.os.skipbuild, and sf.spec.s60.skipbuild. Removed setting of sf.spec.sysdef.version, as nothing ever reads its value. Removed sf-check-missing-s60-files, as there's nothing to call it any more.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
571f289c60b8 Initial drop of FBF Helium configuration
Dario Sestito <dario.sestito@symbian.com>
parents:
diff changeset
     1
@echo off
571f289c60b8 Initial drop of FBF Helium configuration
Dario Sestito <dario.sestito@symbian.com>
parents:
diff changeset
     2
setlocal
571f289c60b8 Initial drop of FBF Helium configuration
Dario Sestito <dario.sestito@symbian.com>
parents:
diff changeset
     3
if not defined HELIUM_HOME set HELIUM_HOME=%~dp0..\..\..\..\helium
571f289c60b8 Initial drop of FBF Helium configuration
Dario Sestito <dario.sestito@symbian.com>
parents:
diff changeset
     4
echo %HELIUM_HOME%
6
8bbcf7b2218d Various changes
dariosestito@d070750.prod.ad.symbian.intra
parents: 0
diff changeset
     5
rem call ..\..\build\env.bat
0
571f289c60b8 Initial drop of FBF Helium configuration
Dario Sestito <dario.sestito@symbian.com>
parents:
diff changeset
     6
call %HELIUM_HOME%\hlm.bat %*
571f289c60b8 Initial drop of FBF Helium configuration
Dario Sestito <dario.sestito@symbian.com>
parents:
diff changeset
     7
endlocal