sbsv2/raptor/examples/os_properties.xml
author Jon Chatten
Mon, 13 Sep 2010 14:04:04 +0100
changeset 641 8dd670a9f34f
parent 590 360bd6b35136
permissions -rw-r--r--
sbs version 2.15.2

<?xml version="1.0" encoding="ISO-8859-1"?>
<build xmlns="http://symbian.com/xml/build" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://symbian.com/xml/build ../../schema/build/2_0.xsd">
	
	<!--
	
	Because Raptor is not part of the OS it needs to know some properties of
	the OS that it is building. If you are building an older OS than the one
	configured by default then you need to put a file like this one into the
	folder EPOCROOT/epoc32/sbs_config
	
	The file can have any name as long as it ends with ".xml"
	
	-->
		 
	<var name="root.changes">
		<set name='POSTLINKER_SUPPORTS_WDP' value=''/>
		<set name='SUPPORTS_STDCPP_NEWLIB' value=''/>
		<set name='RVCT_PRE_INCLUDE' value='$(EPOCINCLUDE)/rvct2_2/rvct2_2.h'/>
		<set name="SUPPORTS_ABIV1_IMPLIBS" value='1'/>
		<set name='VARIANT_HRH' value='$(EPOCINCLUDE)/feature_settings.hrh'/>
	</var>
	
</build>