buildframework/helium/config/helium.basic.tools.config
author timothy.murphy@nokia.com
Fri, 30 Apr 2010 16:07:17 +0100
branchfix
changeset 511 7581d432643a
parent 217 0f5e3a7fb6af
child 587 85df38eb4012
permissions -rw-r--r--
fix: support new trace compiler features for preventing clashes. Automatically turn on OST_TRACE_COMPILER_IN_USE macro. Look for trace header in systemincludes. Make directories in makefile parse to prevent clashes during build. Correct path for autogen headers. Correct case issue with autogen headers on Linux.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
217
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents:
diff changeset
     1
#
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents:
diff changeset
     2
# Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents:
diff changeset
     3
# All rights reserved.
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents:
diff changeset
     4
# This component and the accompanying materials are made available
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents:
diff changeset
     5
# under the terms of the License "Eclipse Public License v1.0"
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents:
diff changeset
     6
# which accompanies this distribution, and is available
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents:
diff changeset
     7
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents:
diff changeset
     8
#
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents:
diff changeset
     9
# Initial Contributors:
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents:
diff changeset
    10
# Nokia Corporation - initial contribution.
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents:
diff changeset
    11
#
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents:
diff changeset
    12
# Contributors:
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents:
diff changeset
    13
#
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents:
diff changeset
    14
# Description: 
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents:
diff changeset
    15
#
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents:
diff changeset
    16
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents:
diff changeset
    17
###############################################
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents:
diff changeset
    18
#   *** HELIUM BASIC TOOLS CONFIGURATION ***  #
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents:
diff changeset
    19
###############################################
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents:
diff changeset
    20
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents:
diff changeset
    21
## Note: For multiple version support use comma separated values
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents:
diff changeset
    22
## Eg: java.version=1.5,1.6
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents:
diff changeset
    23
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents:
diff changeset
    24
## Supported java versions 
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents:
diff changeset
    25
java.version=1.6
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents:
diff changeset
    26
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents:
diff changeset
    27
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents:
diff changeset
    28
## Supported ant versions
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents:
diff changeset
    29
ant.version=1.7.0
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents:
diff changeset
    30
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents:
diff changeset
    31
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents:
diff changeset
    32
## Supported Python version
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents:
diff changeset
    33
python.version=2.5,2.6