summaryrefslogtreecommitdiff
path: root/TAO/tests/Faults/pong.bor
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1999-10-01 18:53:38 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1999-10-01 18:53:38 +0000
commit8eec0f2aa005aa72f0217ce0f2864d4597222208 (patch)
treeebf02b5fe69f4212e28f4ad56a383678112bb4e8 /TAO/tests/Faults/pong.bor
parent3e9420ce448d72d67dbfeac3a1ef3b88e7120455 (diff)
downloadATCD-8eec0f2aa005aa72f0217ce0f2864d4597222208.tar.gz
ChangeLogTag:Fri Oct 1 13:14:17 1999 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
Diffstat (limited to 'TAO/tests/Faults/pong.bor')
-rw-r--r--TAO/tests/Faults/pong.bor30
1 files changed, 30 insertions, 0 deletions
diff --git a/TAO/tests/Faults/pong.bor b/TAO/tests/Faults/pong.bor
new file mode 100644
index 00000000000..5dc5ed3353c
--- /dev/null
+++ b/TAO/tests/Faults/pong.bor
@@ -0,0 +1,30 @@
+#
+# Makefile for building the Faults pong executable
+#
+
+NAME = pong
+
+TAO_IDL = $(CORE_BINDIR)\tao_idl -g $(CORE_BINDIR)\gperf.exe -Ge 1
+
+OBJFILES = \
+ $(OBJDIR)\pingC.obj \
+ $(OBJDIR)\pingS.obj \
+ $(OBJDIR)\ping_i.obj \
+ $(OBJDIR)\pong.obj
+
+CFLAGS = $(ACE_CFLAGS) $(TAO_CFLAGS)
+
+LIBFILES = $(ACE_LIB) $(TAO_LIB)
+
+CPPDIR = .
+
+IDLDIR = .
+
+!include <$(ACE_ROOT)\include\makeinclude\build_exe.bor>
+
+#
+# IDL Build rules
+#
+
+$(IDLDIR)\pingS.cpp $(IDLDIR)\pingC.cpp: $(IDLDIR)\ping.idl
+ $(TAO_IDL) $**