* 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:
Axel Dörfler
2006-12-28 21:28:17 +00:00
parent 3963402ca5
commit ef33454cfd
2 changed files with 7 additions and 3 deletions
+3 -2
View File
@@ -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