summaryrefslogtreecommitdiff
path: root/TAO/examples/POA/On_Demand_Activation/Makefile.bor
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/POA/On_Demand_Activation/Makefile.bor')
-rw-r--r--TAO/examples/POA/On_Demand_Activation/Makefile.bor10
1 files changed, 8 insertions, 2 deletions
diff --git a/TAO/examples/POA/On_Demand_Activation/Makefile.bor b/TAO/examples/POA/On_Demand_Activation/Makefile.bor
index 7cbff4d07a9..5100220a5c2 100644
--- a/TAO/examples/POA/On_Demand_Activation/Makefile.bor
+++ b/TAO/examples/POA/On_Demand_Activation/Makefile.bor
@@ -14,13 +14,19 @@ CFLAGS = \
$(TAO_CFLAGS) \
$(TAO_PORTABLESERVER_CFLAGS) \
-I..\Generic_Servant \
- -DGENERIC_SERVANT_BUILD_DLL=$(DLL_FLAG)
+ -DGENERIC_SERVANT_BUILD_DLL=$(DLL_FLAG) \
+ $(TAO_VALUETYPE_CFLAGS) \
+ $(TAO_IORINTERCEPTOR_CFLAGS) \
+ $(TAO_ORT_CFLAGS)
LIBFILES = \
$(ACE_LIB) \
$(TAO_LIB) \
$(TAO_PORTABLESERVER_LIB) \
- $(CORE_BINDIR)\Generic_Servant$(LIB_DECORATOR).lib
+ $(CORE_BINDIR)\Generic_Servant$(LIB_DECORATOR).lib \
+ $(TAO_VALUETYPE_LIB) \
+ $(TAO_IORINTERCEPTOR_LIB) \
+ $(TAO_ORT_LIB)
CPPDIR = .