From 0d42ecaf896ee0170d6fd3e1a7c88cfc2a54bc73 Mon Sep 17 00:00:00 2001 From: Philippe Houdoin Date: Tue, 20 May 2003 00:07:36 +0000 Subject: [PATCH] Add a short note on how to build. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3260 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/tests/kits/net/new_stack/BUILD | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/tests/kits/net/new_stack/BUILD diff --git a/src/tests/kits/net/new_stack/BUILD b/src/tests/kits/net/new_stack/BUILD new file mode 100644 index 0000000000..f83a879c97 --- /dev/null +++ b/src/tests/kits/net/new_stack/BUILD @@ -0,0 +1,18 @@ +Jampfiles should replace these BeIDE projects files in the future. +But, beware: +- the net_server binary should symlinked as _APP_ in each sub-drectories, so that + each module can find the kernel module API exported in this app. +- the net_server will try to load the modules from a local add-ons folder, which should + be build by hand today: symlink each module like this: + + net_server + add-ons\ + generic\ + memory_pool -> ../../memory_pool/memory_pool + network\ + stack -> ../../stack/stack + protocols\ + interfaces\ + ethernet -> ../../../ethernet/ethernet + loopback -> ../../../loopback/loopback +