cross-plat-dev-utils/patch-files/windows/epoc32/sbs_config/s60_sbs_config.xml
changeset 36 3141a18cb091
equal deleted inserted replaced
33:667e3f7728f7 36:3141a18cb091
       
     1 <?xml version="1.0" encoding="ISO-8859-1"?>
       
     2 
       
     3 <build xmlns="http://symbian.com/xml/build"
       
     4        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
       
     5        xsi:schemaLocation="http://symbian.com/xml/build build/2_0.xsd">
       
     6 
       
     7 	<!-- End-user overrides for existing build configurations for SBSv2 (aka Raptor).-->
       
     8 
       
     9 	<!-- binding of FLM interfaces to certain build/makefile phase to ensure proper order of execution during build -->
       
    10 	<var name="make_changes">
       
    11 		<set name="bitmap.selector.iface" value="\.(bitmap|extension|mifconv|akniconinterfaces|removegtfiles|skingenerator|cryptoprep|builder|help_files|version_update)$"/>
       
    12 		<set name="resource.selector.iface" value="\.(resource|extension|mif2cdlindex|nativejava|genericcopy)$"/>
       
    13 		<set name="default.selector.iface" value="\.(?!export$|bitmap$|resource$|mifconv$|mif2cdlindex$|nativejava$|akniconinterfaces$|removegtfiles$|genericcopy$|skingenerator$|cryptoprep$|builder$|help_files$|version_update$).*$"/>
       
    14 		<!-- 4.5 min -->
       
    15 		<set name='TALON_TIMEOUT' value='540000'/> 
       
    16 	</var>
       
    17 
       
    18 	<!-- emake -->
       
    19 	<alias name="emake" meaning="emake_engine.make_changes"/>  
       
    20 
       
    21 	<!-- gnu make -->
       
    22 	<alias name="make" meaning="make_engine.make_changes"/>
       
    23 
       
    24 	<var name="surge">
       
    25 		<append name="CPP_LANG_OPTION" value="-fpermissive"/>   <!-- downgrade "extra qualification XXX on member YYY" errors to warnings -->
       
    26 		<append name="CPP_LANG_OPTION" value="-Wno-invalid-offsetof"/>    <!-- turn off "perhaps the 'offsetof' macro was used incorrectly" -->
       
    27 		<append name="CPP_LANG_OPTION" value="-Wno-psabi"/>		            <!-- turn off " mangling of 'va_list' has changedin GCC 4.4" -->
       
    28 		<append name="CC_WARNINGS_CONTROL_OPTION" value="-Wno-attributes"/>		<!-- turn off warnings where IMPORT_C and EXPORT_C are *correctly* matched -->
       
    29 
       
    30 		<set name="AAPCS_OPTION" value="-mapcs-frame -mthumb-interwork"/>   <!-- use -mapcs-frame instead of -mapcs - see Bug 1405 -->
       
    31 		<set name="USER_STATIC_RUNTIME_LIB" value="usrt4_0.lib"/>        <!-- use the RVCT 4.0 version of the runtime support -->
       
    32 		<set name="KERNEL_STATIC_RUNTIME_LIB" value="ksrt_gcce.lib"/>      <!-- use the GCCE kernel-side -->
       
    33 	</var>
       
    34 </build>