os_properties.xml 897 B

123456789101112131415161718192021222324
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <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">
  3. <!--
  4. Because Raptor is not part of the OS it needs to know some properties of
  5. the OS that it is building. If you are building an older OS than the one
  6. configured by default then you need to put a file like this one into the
  7. folder EPOCROOT/epoc32/sbs_config
  8. The file can have any name as long as it ends with ".xml"
  9. -->
  10. <var name="root.changes">
  11. <set name='POSTLINKER_SUPPORTS_WDP' value=''/>
  12. <set name='SUPPORTS_STDCPP_NEWLIB' value=''/>
  13. <set name='RVCT_PRE_INCLUDE' value='$(EPOCINCLUDE)/rvct2_2/rvct2_2.h'/>
  14. <set name="SUPPORTS_ABIV1_IMPLIBS" value='1'/>
  15. <set name='VARIANT_HRH' value='$(EPOCINCLUDE)/feature_settings.hrh'/>
  16. </var>
  17. </build>