summaryrefslogtreecommitdiff
path: root/TAO/tests/Timed_Buffered_Oneways/client.bor
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2000-08-14 13:27:28 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2000-08-14 13:27:28 +0000
commit1a24f3b06ca47a5c22e5627e8b5198553b0295d6 (patch)
tree3f2fdcf6842dc3d5736e0e056e73d8c4a59cd330 /TAO/tests/Timed_Buffered_Oneways/client.bor
parent63d5059430d44334a549ee24143ec1cc559e1ff2 (diff)
downloadATCD-1a24f3b06ca47a5c22e5627e8b5198553b0295d6.tar.gz
ChangeLogTag:Fri Aug 11 17:49:36 2000 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'TAO/tests/Timed_Buffered_Oneways/client.bor')
-rw-r--r--TAO/tests/Timed_Buffered_Oneways/client.bor26
1 files changed, 26 insertions, 0 deletions
diff --git a/TAO/tests/Timed_Buffered_Oneways/client.bor b/TAO/tests/Timed_Buffered_Oneways/client.bor
new file mode 100644
index 00000000000..e0b5bb4f154
--- /dev/null
+++ b/TAO/tests/Timed_Buffered_Oneways/client.bor
@@ -0,0 +1,26 @@
+
+#
+# Makefile for building the Timed_Buffered_Oneways_client example
+#
+
+NAME = client
+
+OBJFILES = \
+ $(OBJDIR)\testC.obj \
+ $(OBJDIR)\testS.obj \
+ $(OBJDIR)\test_i.obj \
+ $(OBJDIR)\client.obj
+
+CPPDIR = .;..
+
+IDLDIR = .
+
+!include <$(ACE_ROOT)\include\makeinclude\build_example.bor>
+
+#
+# IDL Build rules
+#
+
+$(IDLDIR)\testC.cpp $(IDLDIR)\testS.cpp: $(IDLDIR)\test.idl
+ $(TAO_IDL) $**
+