Build addattr as a build tool as well. Needed for the new AddFileDataAttribute

rule.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21167 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2007-05-18 16:55:33 +00:00
parent b696213351
commit 64ceaa002d
2 changed files with 11 additions and 0 deletions

View File

@ -62,6 +62,7 @@ SEARCH on [ FGristFiles
UpdateMimeInfoThread.cpp MimeUpdateThread.cpp database_support.cpp
] = [ FDirName $(HAIKU_TOP) src build libbe storage mime ] ;
SubInclude HAIKU_TOP src tools addattr ;
SubInclude HAIKU_TOP src tools bfs_shell ;
SubInclude HAIKU_TOP src tools copy_to_bfs_image ;
SubInclude HAIKU_TOP src tools cppunit ;

10
src/tools/addattr/Jamfile Normal file
View File

@ -0,0 +1,10 @@
SubDir HAIKU_TOP src tools addattr ;
SEARCH_SOURCE += [ FDirName $(HAIKU_TOP) src bin addattr ] ;
USES_BE_API on <build>addattr = true ;
BuildPlatformMain <build>addattr
: main.cpp addAttr.cpp
: $(HOST_LIBBE) $(HOST_LIBSUPC++)
;