sbsv2/raptor/lib/flm/build.xml
author raptorbot <raptorbot@systemstesthead.symbian.intra>
Fri, 18 Dec 2009 19:57:42 +0000
branchwip
changeset 117 ecf683438dc6
parent 11 ea23b18a2ff6
permissions -rw-r--r--
Don't mess around with EPOCROOT until actually entering raptor so we know what the original was Put the original epocroot back on the front of the whatcomp output. This allows what output to be either relative or absolute depending on what your epocroot is.

<?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">

	<interface name="build.makefiles" extends="base.flm" flm='build.flm' >
		<param name='SBS_BUILD_DIR' /> 
		<param name='DATE' /> 
		<param name='COMPONENT_PATHS' />
		<param name='MAKEFILE_PATH' />
		<param name='CONFIGS' default=''/>
		<param name='CLI_OPTIONS' default=''/>
		<param name='NO_BUILD' default='' />
		<param name='DOEXPORT' default='1' />
	</interface>

</build>