summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_1693_Test/client.bor
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Bug_1693_Test/client.bor')
-rw-r--r--TAO/tests/Bug_1693_Test/client.bor36
1 files changed, 36 insertions, 0 deletions
diff --git a/TAO/tests/Bug_1693_Test/client.bor b/TAO/tests/Bug_1693_Test/client.bor
new file mode 100644
index 00000000000..e56b46d5e20
--- /dev/null
+++ b/TAO/tests/Bug_1693_Test/client.bor
@@ -0,0 +1,36 @@
+# $Id$
+#
+# Makefile for building the Codec test client
+#
+
+NAME = client
+
+TAO_IDL = $(CORE_BINDIR)\tao_idl -I../.. -g $(CORE_BINDIR)\gperf.exe -Ge 1
+
+OBJFILES = \
+ $(OBJDIR)\testC.obj \
+ $(OBJDIR)\client.obj
+
+CFLAGS = \
+ $(ACE_CFLAGS) \
+ $(TAO_CFLAGS)
+
+LIBFILES = \
+ $(ACE_LIB) \
+ $(TAO_LIB)
+
+IDLFILES = \
+ $(IDLDIR)\test.idl
+
+CPPDIR = .
+
+IDLDIR = .
+
+!include <$(ACE_ROOT)\include\makeinclude\build_exe.bor>
+
+#
+# IDL Build rules
+#
+
+$(IDLDIR)\testC.cpp: $(IDLDIR)\test.idl
+ $(TAO_IDL) $**