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