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:
parent
80ec073916
commit
64141b1b74
11724
headers/private/kernel/boot/images-tm-development.h
Normal file
11724
headers/private/kernel/boot/images-tm-development.h
Normal file
File diff suppressed because it is too large
Load Diff
@ -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>
|
||||
|
@ -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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user