summaryrefslogtreecommitdiff
path: root/TAO/tests/Collocation/Collocation_Test_Stubs.bor
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Collocation/Collocation_Test_Stubs.bor')
-rw-r--r--TAO/tests/Collocation/Collocation_Test_Stubs.bor7
1 files changed, 4 insertions, 3 deletions
diff --git a/TAO/tests/Collocation/Collocation_Test_Stubs.bor b/TAO/tests/Collocation/Collocation_Test_Stubs.bor
index 7a3baf5a8d9..92e67e3c679 100644
--- a/TAO/tests/Collocation/Collocation_Test_Stubs.bor
+++ b/TAO/tests/Collocation/Collocation_Test_Stubs.bor
@@ -9,13 +9,14 @@ TAO_IDL = $(CORE_BINDIR)\tao_idl -g $(CORE_BINDIR)\gperf.exe -Ge 1 -Gd \
-Wb,skel_export_include=diamond_export.h -Wb,stub_export_include=stub_export.h
OBJFILES = \
- $(OBJDIR)\DiamondC.obj
+ $(OBJDIR)\DiamondS.obj \
+ $(OBJDIR)\Diamond_i.obj
CFLAGS = \
$(ACE_CFLAGS) \
$(TAO_CFLAGS) \
- -DMY_STUB_HAS_DLL=1 \
- -DMY_STUB_BUILD_DLL=1
+ -DMY_STUB_HAS_DLL=$(DLL_FLAG) \
+ -DMY_STUB_BUILD_DLL
LIBFILES = \
$(ACE_LIB) \