link against our libs
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7225 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -4,7 +4,7 @@ UsePrivateHeaders net ;
|
||||
|
||||
BinCommand arp :
|
||||
arp.c
|
||||
: socket bind ;
|
||||
: libsocket.so libbind.so ;
|
||||
|
||||
# Installation -- in the test directory for the time being
|
||||
OBOSInstall install-networking
|
||||
|
||||
@@ -4,7 +4,7 @@ UsePrivateHeaders net ;
|
||||
|
||||
BinCommand ifconfig :
|
||||
ifconfig.c
|
||||
: socket bind ;
|
||||
: libsocket.so libbind.so ;
|
||||
|
||||
# Installation -- in the test directory for the time being
|
||||
OBOSInstall install-networking
|
||||
|
||||
@@ -4,7 +4,7 @@ UsePrivateHeaders net ;
|
||||
|
||||
BinCommand ping :
|
||||
ping.c
|
||||
: socket bind ;
|
||||
: libsocket.so libbind.so ;
|
||||
|
||||
# Installation -- in the test directory for the time being
|
||||
OBOSInstall install-networking
|
||||
|
||||
@@ -4,7 +4,7 @@ UsePrivateHeaders net ;
|
||||
|
||||
BinCommand traceroute :
|
||||
traceroute.c
|
||||
: socket bind ;
|
||||
: libsocket.so libbind.so ;
|
||||
|
||||
# Installation -- in the test directory for the time being
|
||||
OBOSInstall install-networking
|
||||
|
||||
Reference in New Issue
Block a user