diff -r 5bf61eebb3c5 -r 0760f87d90d6 PDK_Raptor/config.xml
--- a/PDK_Raptor/config.xml Fri Feb 12 16:12:09 2010 +0000
+++ b/PDK_Raptor/config.xml Fri Feb 12 16:16:20 2010 +0000
@@ -44,10 +44,22 @@
SPLIT_BUILD
Is the baseline run in two distinct steps (GT+S60). Tick this if -
<li> Building older Symbian^2 PDKs. e.g. 2.0.d or earlier.
-<li> Building current Symbian^3 PDKs.
- true
+<li> Building older Symbian^3 PDKs. e.g. 3.0.f or earlier.
+ false
+ LOCALISATION
+ Select whether to build more than one set of localised resources
+<li>engineering - just r01, results in quicker build
+<li>western - all defined language ids, build takes longer, but localised resources are created
+
+
+ engineering
+ western
+
+
+
+
SRC_LOCATION
How to get src for building the Platform.
<li>BOM - download source direct from <a href="https://developer.symbian.org/oss">web</a> using downloaded Bill Of Materials
@@ -191,7 +203,7 @@
%SUBST_DRIVE%
set HG_PASSWORD=
cd\
-cmd /c sbs EXPORT %TARGET% --ignore-os-detection --export-only -b %SUBST_DRIVE%\sf\os\deviceplatformrelease\sf_config\config\western\group\bld.inf
+cmd /c sbs EXPORT %TARGET% --ignore-os-detection --export-only -b %SUBST_DRIVE%\sf\os\deviceplatformrelease\sf_config\config\%LOCALISATION%\group\bld.inf
cmd /c sbs EXPORT %TARGET% --ignore-os-detection --export-only -b %SUBST_DRIVE%\sf\os\deviceplatformrelease\sf_config\config\group\bld.inf
cmd /c sbs EXPORT %TARGET% --ignore-os-detection --export-only -b %SUBST_DRIVE%\sf\os\devicesrv\devicesrv_pub\platform_path_definitions_api\group\bld.inf
cmd /c sbs EXPORT %TARGET% --ignore-os-detection --export-only -b %SUBST_DRIVE%\sf\os\devicesrv\devicesrv_pub\common_platform_security_definitions_api\group\bld.inf
@@ -305,14 +317,14 @@
IF %PLATFORM% == symbian2 GOTO RUN_CENREP
cd \epoc32\rom\config
-cone generate -c convert.confml -o .
+cmd /c cone generate -c convert.confml -o .
cd \epoc32\tools
-cone generate -p \epoc32\rom\config -o \epoc32\release\winscw\urel\z -c s60_root.confml
-cone generate -p \epoc32\rom\config -o \epoc32\release\winscw\udeb\z -c s60_root.confml
-cone generate -p \epoc32\rom\config -o \epoc32\data\z -c s60_root.confml
-cone generate -p \epoc32\rom\config -o \epoc32\release\winscw\urel\z -c symbianos_root.confml
-cone generate -p \epoc32\rom\config -o \epoc32\release\winscw\udeb\z -c symbianos_root.confml
-cone generate -p \epoc32\rom\config -o \epoc32\data\z -c symbianos_root.confml
+cmd /c cone generate -p \epoc32\rom\config -o \epoc32\release\winscw\urel\z -c s60_root.confml
+cmd /c cone generate -p \epoc32\rom\config -o \epoc32\release\winscw\udeb\z -c s60_root.confml
+cmd /c cone generate -p \epoc32\rom\config -o \epoc32\data\z -c s60_root.confml
+cmd /c cone generate -p \epoc32\rom\config -o \epoc32\release\winscw\urel\z -c symbianos_root.confml
+cmd /c cone generate -p \epoc32\rom\config -o \epoc32\release\winscw\udeb\z -c symbianos_root.confml
+cmd /c cone generate -p \epoc32\rom\config -o \epoc32\data\z -c symbianos_root.confml
exit 0
:RUN_CENREP