summaryrefslogtreecommitdiff
path: root/TAO/tests/Collocation/Collocation.bor
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Collocation/Collocation.bor')
-rw-r--r--TAO/tests/Collocation/Collocation.bor9
1 files changed, 5 insertions, 4 deletions
diff --git a/TAO/tests/Collocation/Collocation.bor b/TAO/tests/Collocation/Collocation.bor
index 80c6bde0aac..eb1b1a4e4ae 100644
--- a/TAO/tests/Collocation/Collocation.bor
+++ b/TAO/tests/Collocation/Collocation.bor
@@ -12,16 +12,17 @@ CFLAGS = \
$(ACE_CFLAGS) \
$(TAO_CFLAGS) \
$(TAO_PORTABLESERVER_CFLAGS) \
- -DDIAMOND_HAS_DLL=1 \
- -DMY_STUB_HAS_DLL=1
+ $(TAO_STRATEGIES_CFLAGS) \
+ -DDIAMOND_HAS_DLL=$(DLL_FLAG) \
+ -DMY_STUB_HAS_DLL=$(DLL_FLAG)
LIBFILES = \
$(ACE_LIB) \
$(TAO_LIB) \
$(TAO_PORTABLESERVER_LIB) \
$(TAO_STRATEGIES_LIB) \
- $(BINDIR)\Diamond$(LIB_DECORATOR).lib \
- $(BINDIR)\Coll_Test_Stubs$(LIB_DECORATOR).lib
+ $(BINDIR)\Diamond$(LIB_DECORATOR).lib \
+ $(BINDIR)\Coll_Test_Stubs$(LIB_DECORATOR).lib
CPPDIR = .