[ros-diffs] [tkreuzer] 40929: Remove the old explorer from amd64 builds. It only makes problems and explorer_new will hopefully be ready in time ; -)

tkreuzer at svn.reactos.org tkreuzer at svn.reactos.org
Fri May 15 15:12:21 CEST 2009


Author: tkreuzer
Date: Fri May 15 17:12:20 2009
New Revision: 40929

URL: http://svn.reactos.org/svn/reactos?rev=40929&view=rev
Log:
Remove the old explorer from amd64 builds. It only makes problems and explorer_new will hopefully be ready in time ;-)

Modified:
    branches/ros-amd64-bringup/reactos/base/shell/shell.rbuild

Modified: branches/ros-amd64-bringup/reactos/base/shell/shell.rbuild
URL: http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/base/shell/shell.rbuild?rev=40929&r1=40928&r2=40929&view=diff
==============================================================================
--- branches/ros-amd64-bringup/reactos/base/shell/shell.rbuild [iso-8859-1] (original)
+++ branches/ros-amd64-bringup/reactos/base/shell/shell.rbuild [iso-8859-1] Fri May 15 17:12:20 2009
@@ -4,9 +4,11 @@
 	<directory name="cmd">
 		<xi:include href="cmd/cmd.rbuild" />
 	</directory>
-	<directory name="explorer">
-		<xi:include href="explorer/explorer.rbuild" />
-	</directory>
+	<ifnot property="ARCH" value="amd64">
+		<directory name="explorer">
+			<xi:include href="explorer/explorer.rbuild" />
+		</directory>
+	</ifnot>
 	<directory name="explorer-new">
 		<xi:include href="explorer-new/explorer.rbuild" />
 	</directory>



More information about the Ros-diffs mailing list