summaryrefslogtreecommitdiff
path: root/TAO/tests/Collocation/Diamond.bor
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Collocation/Diamond.bor')
-rw-r--r--TAO/tests/Collocation/Diamond.bor30
1 files changed, 0 insertions, 30 deletions
diff --git a/TAO/tests/Collocation/Diamond.bor b/TAO/tests/Collocation/Diamond.bor
deleted file mode 100644
index 069d266ac00..00000000000
--- a/TAO/tests/Collocation/Diamond.bor
+++ /dev/null
@@ -1,30 +0,0 @@
-#
-# Makefile for building the Diamond library
-#
-
-NAME = Diamond
-
-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)\DiamondS.obj \
- $(OBJDIR)\Diamond_i.obj
-
-CFLAGS = $(ACE_CFLAGS) $(TAO_CFLAGS) -DDiamond_HAS_DLL=1 -DDiamond_BUILD_DLL=1
-
-LIBFILES = $(ACE_LIB) $(TAO_LIB) $(BINDIR)\Coll_Test_Stubs$(LIB_DECORATOR).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) $**