Author: cfinck
Date: Thu Jun 21 19:23:49 2007
New Revision: 27250
URL:
http://svn.reactos.org/svn/reactos?rev=27250&view=rev
Log:
Re-add the "lake.bmp" wallpaper inclusion (partly imported from the deleted
0.3.1 branch, r26044)
The wallpaper is now also added to the %SystemRoot% directory instead of
%SystemRoot%\system32
The only thing I did not import is the setting of the default wallpaper in
"hivedef.inf". For 0.3.1, we hardcoded the full path to the wallpaper in the
"hivedef.inf" file.
For 0.3.3, we should either do this only in the branch or better implement a proper
solution like setting the path in 2nd stage setup.
Modified:
trunk/reactos/boot/bootdata/packages/reactos.dff
trunk/reactos/modules/directory.rbuild
trunk/wallpaper/directory.rbuild
Modified: trunk/reactos/boot/bootdata/packages/reactos.dff
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/boot/bootdata/packages/rea…
==============================================================================
--- trunk/reactos/boot/bootdata/packages/reactos.dff (original)
+++ trunk/reactos/boot/bootdata/packages/reactos.dff Thu Jun 21 19:23:49 2007
@@ -507,3 +507,4 @@
modules\rostests\winetests\user32\user32_winetest.exe 7 optional
modules\rostests\winetests\usp10\usp10_winetest.exe 7 optional
modules\rostests\winetests\version\version_winetest.exe 7 optional
+modules\wallpaper\lake.bmp 4 optional
Modified: trunk/reactos/modules/directory.rbuild
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/modules/directory.rbuild?r…
==============================================================================
--- trunk/reactos/modules/directory.rbuild (original)
+++ trunk/reactos/modules/directory.rbuild Thu Jun 21 19:23:49 2007
@@ -41,6 +41,13 @@
</xi:fallback>
</xi:include>
</directory>
+ <directory name="wallpaper">
+ <xi:include href="wallpaper/directory.rbuild">
+ <xi:fallback>
+ <xi:include href="empty.rbuild" />
+ </xi:fallback>
+ </xi:include>
+ </directory>
<directory name="windows">
<xi:include href="windows/directory.rbuild">
<xi:fallback>
Modified: trunk/wallpaper/directory.rbuild
URL:
http://svn.reactos.org/svn/reactos/trunk/wallpaper/directory.rbuild?rev=272…
==============================================================================
--- trunk/wallpaper/directory.rbuild (original)
+++ trunk/wallpaper/directory.rbuild Thu Jun 21 19:23:49 2007
@@ -1,3 +1,3 @@
<group>
- <installfile base="system32">lake.bmp</installfile>
+ <installfile>lake.bmp</installfile>
</group>