* Reverted my change to AddFileDataResource - I obviously missed someone's intentions :-)
* Added a comment about the proper use of the data-file argument. * Applied Ingo's suggestion to the Jamfile, and it worked out of the box. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19649 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -2,8 +2,9 @@ SubDir HAIKU_TOP src kits network ;
|
||||
|
||||
UsePrivateHeaders libroot net ;
|
||||
|
||||
AddFileDataResource libnetwork.so : CSTR:201:services :
|
||||
[ FDirName $(SUBDIR) dns defaults services ] ;
|
||||
local services = [ FGristFiles services ] ;
|
||||
SEARCH on $(services) = [ FDirName $(SUBDIR) dns defaults ] ;
|
||||
AddFileDataResource libnetwork.so : CSTR:201:services : $(services) ;
|
||||
|
||||
SharedLibrary libnetwork.so :
|
||||
init.cpp
|
||||
|
||||
Reference in New Issue
Block a user