git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@18963 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
e42c2f9984
commit
456b127176
27
src/tools/makebootable/platform/pxe_ia32/Jamfile
Normal file
27
src/tools/makebootable/platform/pxe_ia32/Jamfile
Normal file
@ -0,0 +1,27 @@
|
||||
SubDir HAIKU_TOP src tools makebootable platform bios_ia32 ;
|
||||
|
||||
UsePrivateHeaders storage ;
|
||||
|
||||
SEARCH_SOURCE
|
||||
+= [ FDirName $(HAIKU_TOP) src bin makebootable platform bios_ia32 ] ;
|
||||
|
||||
USES_BE_API on <build>makebootable = true ;
|
||||
|
||||
local hostPlatformSources ;
|
||||
if $(HOST_PLATFORM) = linux {
|
||||
hostPlatformSources = PartitionMap.cpp PartitionMapParser.cpp ;
|
||||
|
||||
SEARCH_SOURCE += [ FDirName $(HAIKU_TOP) src add-ons kernel
|
||||
partitioning_systems intel ] ;
|
||||
|
||||
DEFINES += _USER_MODE ;
|
||||
}
|
||||
|
||||
# write the stage 1 boot loader into the makebootable resources
|
||||
AddFileDataResource <build>makebootable : RAWT:666:BootCode : stage1.bin ;
|
||||
|
||||
BuildPlatformMain <build>makebootable :
|
||||
makebootable.cpp
|
||||
$(hostPlatformSources)
|
||||
: $(HOST_LIBBE)
|
||||
;
|
Loading…
Reference in New Issue
Block a user