kernel/eka/compsupp/bld.inf
branchGCC_SURGE
changeset 145 ec910f1bb750
parent 104 466a0df5c15a
child 146 eb29190b8a37
equal deleted inserted replaced
144:c5e01f2a4bfd 145:ec910f1bb750
    30 compsupp.iby                /epoc32/rom/include/
    30 compsupp.iby                /epoc32/rom/include/
    31 
    31 
    32 
    32 
    33 PRJ_MMPFILES
    33 PRJ_MMPFILES
    34 
    34 
    35 #if !defined GCCXML && !defined GCCE
    35 #if !defined GCCXML
       
    36 
       
    37 #if !defined GCCE
    36 
    38 
    37     symcpp/scppnwdl.mmp
    39     symcpp/scppnwdl.mmp
    38     rvct/dfprvct-thunk.mmp
    40     rvct/dfprvct-thunk.mmp
    39     rvct/usrt.mmp
    41     rvct/usrt.mmp
    40     rvct/ksrt.mmp
    42     rvct/ksrt.mmp
    54         rvct/dfprvct.mmp
    56         rvct/dfprvct.mmp
    55         rvct/dfprvct_vfpv2.mmp
    57         rvct/dfprvct_vfpv2.mmp
    56     #endif
    58     #endif
    57 
    59 
    58     #endif
    60     #endif
       
    61 
       
    62 #endif // !defined GCCE
    59 
    63 
    60 PRJ_EXTENSIONS
    64 PRJ_EXTENSIONS
    61 
    65 
    62 // Export the compiler-specific support files built by this component
    66 // Export the compiler-specific support files built by this component
    63 // when using the other versions of RVCT
    67 // when using the other versions of RVCT
    81 option  FILE  $(EXTENSION_ROOT)/rt_4_0_export.zip
    85 option  FILE  $(EXTENSION_ROOT)/rt_4_0_export.zip
    82 option  TODIR $(EPOCROOT)
    86 option  TODIR $(EPOCROOT)
    83 end
    87 end
    84 #endif
    88 #endif
    85 
    89 
    86 #endif // #if !defined GCCXML && !defined GCCE
    90 // Workaround for GCCE builds
       
    91 // Export the generic binaries which are currently only built with RVCT
       
    92 
       
    93 #if defined(GCCE)
       
    94 start extension tools/compsupp
       
    95 option  FILE  $(EXTENSION_ROOT)/rt_generic_export.zip
       
    96 option  TODIR $(EPOCROOT)
       
    97 end
       
    98 #endif
       
    99 
       
   100 #endif // #if !defined GCCXML
    87 
   101 
    88 
   102