summaryrefslogtreecommitdiff
path: root/TAO/examples/Simple/time-date/client.bor
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Simple/time-date/client.bor')
-rw-r--r--TAO/examples/Simple/time-date/client.bor29
1 files changed, 29 insertions, 0 deletions
diff --git a/TAO/examples/Simple/time-date/client.bor b/TAO/examples/Simple/time-date/client.bor
new file mode 100644
index 00000000000..08d3942a770
--- /dev/null
+++ b/TAO/examples/Simple/time-date/client.bor
@@ -0,0 +1,29 @@
+#
+# Makefile for building the Time-date example
+#
+
+NAME = client
+
+OBJFILES = \
+ $(OBJDIR)\Time_DateC.obj \
+ $(OBJDIR)\Time_DateS.obj \
+ $(OBJDIR)\Time_Date_Client_i.obj \
+ $(OBJDIR)\Simple_util.obj \
+ $(OBJDIR)\client.obj
+
+IDLFILES = \
+ $(IDLDIR)\Time_Date.idl
+
+CPPDIR = .;..
+
+IDLDIR = .
+
+!include <$(ACE_ROOT)\include\makeinclude\build_example.bor>
+
+#
+# IDL Build rules
+#
+
+$(IDLDIR)\Time_DateC.cpp $(IDLDIR)\Time_DateS.cpp: $(IDLDIR)\Time_Date.idl
+ $(TAO_IDL) $**
+