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