summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-05-20 14:53:11 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-05-20 14:53:11 +0000
commit910f01145a207d6a631582dfcfd79944b7441a36 (patch)
tree6b27b9b6ea84b939f1ba0273db2d4af4e947fd9e
parent478fc8372c50c5ccdad45757ae09e1057402df08 (diff)
downloadATCD-910f01145a207d6a631582dfcfd79944b7441a36.tar.gz
added VxWorks-specific instructions for client build
-rw-r--r--TAO/tests/Cubit/TAO/IDL_Cubit/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/TAO/tests/Cubit/TAO/IDL_Cubit/README b/TAO/tests/Cubit/TAO/IDL_Cubit/README
index 73388962aef..bce8ecad490 100644
--- a/TAO/tests/Cubit/TAO/IDL_Cubit/README
+++ b/TAO/tests/Cubit/TAO/IDL_Cubit/README
@@ -138,3 +138,11 @@ the following 2 methods.
This might be helpful if more than one person is running the
Naming service in which case Multicast might cause confusion with some
other Naming Service trying to answer your call.
+
+To build the client for VxWorks, for running the server and client
+on a single target:
+
+ % make BIN=client ACELIB= LDLIBS="$ACE_ROOT/ace/.obj/High_Res_Timer.o $ACE_ROOT/ace/.obj/gethrtime.o"
+
+The gethrtime.o component should only be included in LDLIBS if
+building with GreenHills for Pentium target.