btrfs: Attempt to fix GCC2 build.
[haiku.git] / src / bin / makebootable / platform / bios_ia32 / Jamfile
blob2ad1fde4cf4911312dd52f2b6b9fe5ff65948eb6
1 SubDir HAIKU_TOP src bin makebootable platform bios_ia32 ;
3 SubDirHdrs $(HAIKU_TOP) src add-ons kernel file_systems bfs ;
5 UsePrivateHeaders shared storage ;
6 UsePrivateSystemHeaders ;
8 # write the stage 1 boot loader into the makebootable resources
9 AddFileDataResource makebootable : RAWT:666:BootCode : stage1.bin ;
11 BinCommand makebootable : makebootable.cpp : be [ TargetLibsupc++ ] ;