summaryrefslogtreecommitdiff
path: root/TAO/tests/Portable_Interceptors/ForwardRequest/server.bor
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Portable_Interceptors/ForwardRequest/server.bor')
-rw-r--r--TAO/tests/Portable_Interceptors/ForwardRequest/server.bor7
1 files changed, 1 insertions, 6 deletions
diff --git a/TAO/tests/Portable_Interceptors/ForwardRequest/server.bor b/TAO/tests/Portable_Interceptors/ForwardRequest/server.bor
index 28af1eb92ec..00fdcad6121 100644
--- a/TAO/tests/Portable_Interceptors/ForwardRequest/server.bor
+++ b/TAO/tests/Portable_Interceptors/ForwardRequest/server.bor
@@ -11,7 +11,6 @@ TAO_IDL = $(CORE_BINDIR)\tao_idl -g $(CORE_BINDIR)\gperf.exe -Ge 1
OBJFILES = \
$(OBJDIR)\testC.obj \
$(OBJDIR)\testS.obj \
- $(OBJDIR)\ServerRequestInterceptorC.obj \
$(OBJDIR)\server.obj \
$(OBJDIR)\test_i.obj \
$(OBJDIR)\Server_Request_Interceptor.obj \
@@ -28,8 +27,7 @@ LIBFILES = \
$(TAO_PORTABLESERVER_LIB)
IDLFILES = \
- $(IDLDIR)\test.idl \
- $(IDLDIR)\ServerRequestInterceptor.idl
+ $(IDLDIR)\test.idl
CPPDIR = .
@@ -43,6 +41,3 @@ IDLDIR = .
$(IDLDIR)\testS.cpp $(IDLDIR)\testC.cpp: $(IDLDIR)\test.idl
$(TAO_IDL) $**
-
-$(IDLDIR)\ServerRequestInterceptorC.cpp: $(IDLDIR)\ServerRequestInterceptor.idl
- $(TAO_IDL) -DCORBA3 -I..\..\.. $**