kernel/eka/compsupp/bld.inf
changeset 90 947f0dc9f7a8
parent 33 0173bcd7697c
child 78 9bd66cf1e0e0
child 136 743008598095
child 266 0008ccd16016
equal deleted inserted replaced
52:2d65c2f76d7b 90:947f0dc9f7a8
    27 
    27 
    28 symcpp/symcpp.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(symcpp.h)
    28 symcpp/symcpp.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(symcpp.h)
    29 
    29 
    30 compsupp.iby                /epoc32/rom/include/
    30 compsupp.iby                /epoc32/rom/include/
    31 
    31 
    32 // Unzip runtimes not being built
       
    33 
       
    34 #if !defined(ARMCC_2_2)
       
    35 :zip rt_2_2_export.zip
       
    36 #endif
       
    37 
       
    38 #if !defined(ARMCC_3_1)
       
    39 :zip rt_3_1_export.zip
       
    40 #endif
       
    41 
       
    42 #if !defined(ARMCC_4_0)
       
    43 :zip rt_4_0_export.zip
       
    44 #endif
       
    45 
       
    46 
    32 
    47 PRJ_MMPFILES
    33 PRJ_MMPFILES
    48 
    34 
    49 #if !defined GCCXML && !defined GCCE
    35 #if !defined GCCXML && !defined GCCE
    50 
    36 
    69         rvct/dfprvct_vfpv2.mmp
    55         rvct/dfprvct_vfpv2.mmp
    70     #endif
    56     #endif
    71 
    57 
    72     #endif
    58     #endif
    73 
    59 
       
    60 PRJ_EXTENSIONS
       
    61 
       
    62 // Unzip RVCT3.1 runtime if being built with RVCT2.2 or RVCT4.0
       
    63 
       
    64 start extension tools/compsupp
       
    65 
       
    66 #if defined(ARMCC_2_2) || defined(ARMCC_4_0)
       
    67 option  FILE  $(EXTENSION_ROOT)/rt_3_1.zip
       
    68 #elif defined(ARMCC_3_1)
       
    69 option  FILE  $(EXTENSION_ROOT)/rt_2_2.zip
    74 #endif
    70 #endif
    75 
    71 
       
    72 option  TODIR $(EPOCROOT)epoc32/release
       
    73 
       
    74 end
       
    75 
       
    76 #endif // #if !defined GCCXML && !defined GCCE
       
    77 
       
    78