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