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.bor8
1 files changed, 6 insertions, 2 deletions
diff --git a/TAO/tests/Portable_Interceptors/ForwardRequest/server.bor b/TAO/tests/Portable_Interceptors/ForwardRequest/server.bor
index fc5e8554ad8..28af1eb92ec 100644
--- a/TAO/tests/Portable_Interceptors/ForwardRequest/server.bor
+++ b/TAO/tests/Portable_Interceptors/ForwardRequest/server.bor
@@ -11,6 +11,7 @@ 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 \
@@ -27,7 +28,8 @@ LIBFILES = \
$(TAO_PORTABLESERVER_LIB)
IDLFILES = \
- $(IDLDIR)\test.idl
+ $(IDLDIR)\test.idl \
+ $(IDLDIR)\ServerRequestInterceptor.idl
CPPDIR = .
@@ -40,5 +42,7 @@ IDLDIR = .
#
$(IDLDIR)\testS.cpp $(IDLDIR)\testC.cpp: $(IDLDIR)\test.idl
- $(TAO_IDL) -DCORBA3 -I..\..\.. $**
+ $(TAO_IDL) $**
+$(IDLDIR)\ServerRequestInterceptorC.cpp: $(IDLDIR)\ServerRequestInterceptor.idl
+ $(TAO_IDL) -DCORBA3 -I..\..\.. $**