[ros-diffs] [mpiulachs] 33684: - move platform settings like included build languages to a user configurable rbuild file with fallback to platform.template.rbuild if no one is present.

mpiulachs at svn.reactos.org mpiulachs at svn.reactos.org
Sun May 25 02:15:57 CEST 2008


Author: mpiulachs
Date: Sat May 24 19:15:57 2008
New Revision: 33684

URL: http://svn.reactos.org/svn/reactos?rev=33684&view=rev
Log:
- move platform settings like included build languages to a user configurable rbuild file with fallback to platform.template.rbuild if no one is present.

Added:
    branches/rbuild/reactos/platform.template.rbuild   (with props)
Modified:
    branches/rbuild/reactos/ReactOS-generic.rbuild

Modified: branches/rbuild/reactos/ReactOS-generic.rbuild
URL: http://svn.reactos.org/svn/reactos/branches/rbuild/reactos/ReactOS-generic.rbuild?rev=33684&r1=33683&r2=33684&view=diff
==============================================================================
--- branches/rbuild/reactos/ReactOS-generic.rbuild [iso-8859-1] (original)
+++ branches/rbuild/reactos/ReactOS-generic.rbuild [iso-8859-1] Sat May 24 19:15:57 2008
@@ -70,9 +70,9 @@
 		<xi:include href="subsystems/subsystems.rbuild" />
 	</directory>
 
-	<!-- The languages to be included in to the platform being build. see languages.rbuild for additional languages -->
-	<platformlanguage isoname="en-US" />
-	<platformlanguage isoname="es-ES" />
-	<platformlanguage isoname="de-DE" />
-
+	<xi:include href="platform.rbuild">
+		<xi:fallback>
+			<xi:include href="platform.template.rbuild" />
+		</xi:fallback>
+	</xi:include>
 </group>

Added: branches/rbuild/reactos/platform.template.rbuild
URL: http://svn.reactos.org/svn/reactos/branches/rbuild/reactos/platform.template.rbuild?rev=33684&view=auto
==============================================================================
--- branches/rbuild/reactos/platform.template.rbuild (added)
+++ branches/rbuild/reactos/platform.template.rbuild [iso-8859-1] Sat May 24 19:15:57 2008
@@ -1,0 +1,22 @@
+<?xml version="1.0"?>
+<!DOCTYPE group SYSTEM "tools/rbuild/project.dtd">
+<group>
+
+<!--
+	This file is a template used as a starting point for compile-time
+	configuration of ReactOS. Make a copy of this file and name it platform.rbuild.
+	Then change the options in config.rbuild. If you don't have a platform.rbuild file,
+	then the defaults in this file, platform.template.rbuild, will be used instead.
+
+-->
+
+<!-- 
+	The languages to be included in to the platform being build. see languages.rbuild for additional languages 
+
+-->
+<platformlanguage isoname="en-US" />
+<platformlanguage isoname="es-ES" />
+<platformlanguage isoname="de-DE" />
+
+
+</group>

Propchange: branches/rbuild/reactos/platform.template.rbuild
------------------------------------------------------------------------------
    svn:eol-style = native



More information about the Ros-diffs mailing list