summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/Sequence_Latency/Deferred/client.bor
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/performance-tests/Sequence_Latency/Deferred/client.bor')
-rw-r--r--TAO/performance-tests/Sequence_Latency/Deferred/client.bor41
1 files changed, 41 insertions, 0 deletions
diff --git a/TAO/performance-tests/Sequence_Latency/Deferred/client.bor b/TAO/performance-tests/Sequence_Latency/Deferred/client.bor
new file mode 100644
index 00000000000..8b995272da0
--- /dev/null
+++ b/TAO/performance-tests/Sequence_Latency/Deferred/client.bor
@@ -0,0 +1,41 @@
+#
+# $Id$
+#
+
+NAME = client
+
+TAO_IDL = $(CORE_BINDIR)\tao_idl -g $(CORE_BINDIR)\gperf.exe -Ge 1
+
+OBJFILES = \
+ $(OBJDIR)\TestC.obj \
+ $(OBJDIR)\client.obj
+
+CFLAGS = \
+ $(ACE_CFLAGS) \
+ $(TAO_CFLAGS) \
+ $(TAO_STRATEGIES_CFLAGS) \
+ $(TAO_VALUETYPE_CFLAGS) \
+ $(TAO_DYNAMICINTERFACE_CFLAGS)
+
+LIBFILES = \
+ $(ACE_LIB) \
+ $(TAO_DYNAMICINTERFACE_LIB) \
+ $(TAO_STRATEGIES_LIB) \
+ $(TAO_VALUETYPE_LIB) \
+ $(TAO_LIB)
+
+IDLFILES = \
+ $(IDLDIR)\Test.idl
+
+CPPDIR = .
+
+IDLDIR = .
+
+!include <$(ACE_ROOT)\include\makeinclude\build_exe.bor>
+
+#
+# IDL Build rules
+#
+
+$(IDLDIR)\TestS.cpp $(IDLDIR)\TestC.cpp: $(IDLDIR)\Test.idl
+ $(TAO_IDL) $**