Enable development splash logo for "official" --distro_compatibility.

The official release one stay the well-known one, just renamed to show it's trademarked images.
Fixed #6183.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38891 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Philippe Houdoin 2010-10-05 10:31:13 +00:00
parent 80ec073916
commit 64141b1b74
4 changed files with 11736 additions and 4 deletions

File diff suppressed because it is too large Load Diff

View File

@ -13,9 +13,13 @@
#include <boot/kernel_args.h>
#include <boot/platform/generic/video.h>
#ifdef HAIKU_DISTRO_COMPATIBILITY_OFFICIAL
#include <boot/images.h>
# ifdef HAIKU_OFFICIAL_RELEASE
# include <boot/images-tm.h>
# else
# include <boot/images-tm-development.h>
# endif
#else
#include <boot/images-sans-tm.h>
# include <boot/images-sans-tm.h>
#endif
#include <stdio.h>

View File

@ -16,9 +16,13 @@
#define __BOOTSPLASH_KERNEL__
#ifdef HAIKU_DISTRO_COMPATIBILITY_OFFICIAL
#include <boot/images.h>
# ifdef HAIKU_OFFICIAL_RELEASE
# include <boot/images-tm.h>
# else
# include <boot/images-tm-development.h>
# endif
#else
#include <boot/images-sans-tm.h>
# include <boot/images-sans-tm.h>
#endif