summaryrefslogtreecommitdiff
path: root/TAO/tests/InterOp-Naming/client.bor
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/InterOp-Naming/client.bor')
-rw-r--r--TAO/tests/InterOp-Naming/client.bor29
1 files changed, 0 insertions, 29 deletions
diff --git a/TAO/tests/InterOp-Naming/client.bor b/TAO/tests/InterOp-Naming/client.bor
deleted file mode 100644
index 6378fe0a84b..00000000000
--- a/TAO/tests/InterOp-Naming/client.bor
+++ /dev/null
@@ -1,29 +0,0 @@
-#
-# Makefile for building the InterOp-Naming client
-#
-
-NAME = INS_test_client
-
-TAO_IDL = $(CORE_BINDIR)\tao_idl -g $(CORE_BINDIR)\gperf.exe -Ge 1
-
-OBJFILES = \
- $(OBJDIR)\INSS.obj \
- $(OBJDIR)\INSC.obj \
- $(OBJDIR)\INS_test_client.obj
-
-CFLAGS = $(ACE_CFLAGS) $(TAO_CFLAGS) $(ORBSVCS_CFLAGS)
-
-LIBFILES = $(ACE_LIB) $(TAO_LIB) $(ORBSVCS_LIB)
-
-CPPDIR = .
-
-IDLDIR = .
-
-!include <$(ACE_ROOT)\include\makeinclude\build_exe.bor>
-
-#
-# IDL Build rules
-#
-
-$(IDLDIR)\INSS.cpp $(IDLDIR)\INSC.cpp: $(IDLDIR)\INS.idl
- $(TAO_IDL) $**