summaryrefslogtreecommitdiff
path: root/TAO/tests/Collocation/Coll_Test_Stubs.bor
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Collocation/Coll_Test_Stubs.bor')
-rw-r--r--TAO/tests/Collocation/Coll_Test_Stubs.bor38
1 files changed, 0 insertions, 38 deletions
diff --git a/TAO/tests/Collocation/Coll_Test_Stubs.bor b/TAO/tests/Collocation/Coll_Test_Stubs.bor
deleted file mode 100644
index 7ec9937298d..00000000000
--- a/TAO/tests/Collocation/Coll_Test_Stubs.bor
+++ /dev/null
@@ -1,38 +0,0 @@
-#
-# Makefile for building the Coll_Test_Stubs library
-#
-
-NAME = Coll_Test_Stubs
-
-TAO_IDL = $(CORE_BINDIR)\tao_idl -g $(CORE_BINDIR)\gperf.exe -Ge 1 -Gd \
- -Wb,skel_export_macro=Diamond_Export -Wb,stub_export_macro=MY_Stub_Export \
- -Wb,skel_export_include=diamond_export.h -Wb,stub_export_include=stub_export.h
-
-OBJFILES = \
- $(OBJDIR)\DiamondC.obj
-
-CFLAGS = \
- $(ACE_CFLAGS) \
- $(TAO_CFLAGS) \
- -DMY_STUB_HAS_DLL=1 \
- -DMY_STUB_BUILD_DLL=1
-
-LIBFILES = \
- $(ACE_LIB) \
- $(TAO_LIB)
-
-IDLFILES = \
- $(IDLDIR)\Diamond.idl
-
-CPPDIR = .
-
-IDLDIR = .
-
-!include <$(ACE_ROOT)\include\makeinclude\build_dll.bor>
-
-#
-# IDL Build rules
-#
-
-$(IDLDIR)\DiamondS.cpp $(IDLDIR)\DiamondC.cpp: $(IDLDIR)\Diamond.idl
- $(TAO_IDL) $**