From 9c62047e3676d87d6eb97c97fbda92eb191435b4 Mon Sep 17 00:00:00 2001 From: Colin Finck Date: Thu, 21 Jun 2007 15:23:49 +0000 Subject: [PATCH] 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. svn path=/trunk/; revision=27250 --- reactos/boot/bootdata/packages/reactos.dff | 1 + reactos/modules/directory.rbuild | 7 +++++++ wallpaper/directory.rbuild | 2 +- 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/reactos/boot/bootdata/packages/reactos.dff b/reactos/boot/bootdata/packages/reactos.dff index 72795af1668..e3ef9c44253 100644 --- a/reactos/boot/bootdata/packages/reactos.dff +++ b/reactos/boot/bootdata/packages/reactos.dff @@ -507,3 +507,4 @@ modules\rostests\winetests\shlwapi\shlwapi_winetest.exe 7 optional 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 diff --git a/reactos/modules/directory.rbuild b/reactos/modules/directory.rbuild index c1ce9f37073..3692f4b4dbd 100644 --- a/reactos/modules/directory.rbuild +++ b/reactos/modules/directory.rbuild @@ -41,6 +41,13 @@ + + + + + + + diff --git a/wallpaper/directory.rbuild b/wallpaper/directory.rbuild index c0adec0f3fe..a3600573311 100644 --- a/wallpaper/directory.rbuild +++ b/wallpaper/directory.rbuild @@ -1,3 +1,3 @@ - lake.bmp + lake.bmp \ No newline at end of file -- 2.17.1