Rename C file; add to the build.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30468 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
5b47f71ccb
commit
f5be3a125f
@ -108,6 +108,7 @@ SubInclude HAIKU_TOP src tools copy_to_bfs_image ;
|
||||
SubInclude HAIKU_TOP src tools cppunit ;
|
||||
SubInclude HAIKU_TOP src tools docbook ;
|
||||
SubInclude HAIKU_TOP src tools elfsymbolpatcher ;
|
||||
SubInclude HAIKU_TOP src tools fixup_tos_boot_checksum ;
|
||||
SubInclude HAIKU_TOP src tools fs_shell ;
|
||||
SubInclude HAIKU_TOP src tools gensyscalls ;
|
||||
SubInclude HAIKU_TOP src tools hack_coff ;
|
||||
|
9
src/tools/fixup_tos_boot_checksum/Jamfile
Normal file
9
src/tools/fixup_tos_boot_checksum/Jamfile
Normal file
@ -0,0 +1,9 @@
|
||||
SubDir HAIKU_TOP src tools fixup_tos_boot_checksum ;
|
||||
|
||||
# avoid #includeing other stuff in the source
|
||||
#SubDirCcFlags -Dbfd_byte=char -DSYMNMLEN=8 ;
|
||||
|
||||
BuildPlatformMain <build>fixup_tos_boot_checksum
|
||||
: fixup_tos_boot_checksum.c
|
||||
:
|
||||
;
|
Loading…
Reference in New Issue
Block a user