New BOOT_ARCH definition - this is used to create the kernel name (for

looking it up on the disks); it's set to OBOS_ARCH.
Added the new files menu.cpp and loader.cpp to the build.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4884 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2003-10-01 01:19:16 +00:00
parent 7c198b5d2b
commit c948f27797

View File

@ -8,6 +8,8 @@ UsePrivateHeaders [ FDirName storage ] ;
{
local defines =
_BOOT_MODE
BOOT_ARCH=\\\"$(OBOS_ARCH)\\\"
BOOT_SUPPORT_PARTITION_AMIGA
BOOT_SUPPORT_PARTITION_APPLE
BOOT_SUPPORT_PARTITION_INTEL
@ -27,6 +29,9 @@ KernelStaticLibrary boot_loader :
partitions.cpp
heap.cpp
stdio.cpp
#elf.cpp
menu.cpp
loader.cpp
# utils
list.c