kernel/eka/compsupp/bld.inf
changeset 44 36bfc973b146
parent 43 96e5fb8b040d
child 45 329ab0095843
equal deleted inserted replaced
43:96e5fb8b040d 44:36bfc973b146
     1 /*
     1 /*
     2 * Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of the License "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     8 *
     8 *
     9 * Initial Contributors:
     9 * Initial Contributors:
    10 * Nokia Corporation - initial contribution.
    10 * Nokia Corporation - initial contribution.
    32 compsupp.iby                /epoc32/rom/include/
    32 compsupp.iby                /epoc32/rom/include/
    33 
    33 
    34 
    34 
    35 PRJ_MMPFILES
    35 PRJ_MMPFILES
    36 
    36 
    37 #ifndef GCCXML
    37 #if !defined GCCXML && !defined GCCE
    38 
    38 
    39     symcpp/scppnwdl.mmp
    39     symcpp/scppnwdl.mmp
    40     rvct/dfprvct-thunk.mmp
    40     rvct/dfprvct-thunk.mmp
    41     rvct/usrt.mmp
    41     rvct/usrt.mmp
    42     rvct/ksrt.mmp
    42     rvct/ksrt.mmp
    59 
    59 
    60     #endif
    60     #endif
    61 
    61 
    62 PRJ_EXTENSIONS
    62 PRJ_EXTENSIONS
    63 
    63 
    64 #ifndef GCCXML
       
    65 
       
    66 // Unzip RVCT3.1 runtime if being built with RVCT2.2 or RVCT4.0
    64 // Unzip RVCT3.1 runtime if being built with RVCT2.2 or RVCT4.0
    67 
    65 
    68 start extension tools/compsupp
    66 start extension tools/compsupp
    69 
    67 
    70 #if defined(ARMCC_2_2) || defined(ARMCC_4_0)
    68 #if defined(ARMCC_2_2) || defined(ARMCC_4_0)
    74 #endif
    72 #endif
    75 
    73 
    76 option  TODIR $(EPOCROOT)epoc32/release
    74 option  TODIR $(EPOCROOT)epoc32/release
    77 
    75 
    78 end
    76 end
    79 #endif
       
    80 
    77 
    81 #endif
    78 #endif // #if !defined GCCXML && !defined GCCE
    82 
    79 
       
    80