Skip to content

Commit

Permalink
Build addattr as a build tool as well. Needed for the new AddFileData…
Browse files Browse the repository at this point in the history
…Attribute

rule.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21167 a95241bf-73f2-0310-859d-f6bbb57e9c96
  • Loading branch information
weinhold committed May 18, 2007
1 parent b696213 commit 64ceaa0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/tools/Jamfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 ;
Expand Down
10 changes: 10 additions & 0 deletions src/tools/addattr/Jamfile
Original file line number Diff line number Diff line change
@@ -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++)
;

0 comments on commit 64ceaa0

Please sign in to comment.