summaryrefslogtreecommitdiff
path: root/TAO/tests/MProfile_Connection_Timeout/client.bor
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/MProfile_Connection_Timeout/client.bor')
-rw-r--r--TAO/tests/MProfile_Connection_Timeout/client.bor40
1 files changed, 40 insertions, 0 deletions
diff --git a/TAO/tests/MProfile_Connection_Timeout/client.bor b/TAO/tests/MProfile_Connection_Timeout/client.bor
new file mode 100644
index 00000000000..94588cf4e4c
--- /dev/null
+++ b/TAO/tests/MProfile_Connection_Timeout/client.bor
@@ -0,0 +1,40 @@
+#
+# Makefile for building the MProfile client
+#
+
+NAME = client
+
+TAO_IDL = $(CORE_BINDIR)\tao_idl -g $(CORE_BINDIR)\gperf.exe -Ge 1
+
+OBJFILES = \
+ $(OBJDIR)\testS.obj \
+ $(OBJDIR)\testC.obj \
+ $(OBJDIR)\client.obj
+
+CFLAGS = \
+ $(ACE_CFLAGS) \
+ $(TAO_CFLAGS) \
+ $(TAO_PORTABLESERVER_CFLAGS) \
+ $(TAO_IORMANIP_CFLAGS)
+
+LIBFILES = \
+ $(ACE_LIB) \
+ $(TAO_LIB) \
+ $(TAO_PORTABLESERVER_LIB) \
+ $(TAO_IORMANIP_LIB)\
+ $(TAO_MESSAGING_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) $**