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.bor29
1 files changed, 0 insertions, 29 deletions
diff --git a/TAO/tests/Collocation/Coll_Test_Stubs.bor b/TAO/tests/Collocation/Coll_Test_Stubs.bor
deleted file mode 100644
index 47af7ff8008..00000000000
--- a/TAO/tests/Collocation/Coll_Test_Stubs.bor
+++ /dev/null
@@ -1,29 +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)
-
-CPPDIR = .
-
-IDLDIR = .
-
-!include <$(ACE_ROOT)\include\makeinclude\build_dll.bor>
-
-#
-# IDL Build rules
-#
-
-$(IDLDIR)\DiamondS.cpp $(IDLDIR)\DiamondC.cpp: $(IDLDIR)\Diamond.idl
- $(TAO_IDL) $**