summaryrefslogtreecommitdiff
path: root/TAO/tests/POA/Excessive_Object_Deactivations/makefile.bor
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/POA/Excessive_Object_Deactivations/makefile.bor')
-rw-r--r--TAO/tests/POA/Excessive_Object_Deactivations/makefile.bor27
1 files changed, 0 insertions, 27 deletions
diff --git a/TAO/tests/POA/Excessive_Object_Deactivations/makefile.bor b/TAO/tests/POA/Excessive_Object_Deactivations/makefile.bor
deleted file mode 100644
index 5ac9e09e484..00000000000
--- a/TAO/tests/POA/Excessive_Object_Deactivations/makefile.bor
+++ /dev/null
@@ -1,27 +0,0 @@
-
-#
-# Makefile for building the POA Destuction test
-#
-
-NAME = Excessive_Object_Deactivations
-
-OBJFILES = \
- $(OBJDIR)\testC.obj \
- $(OBJDIR)\testS.obj \
- $(OBJDIR)\Excessive_Object_Deactivations.obj
-
-IDLFILES = \
- $(IDLDIR)\test.idl
-
-CPPDIR = .;..
-
-IDLDIR = .
-
-!include <$(ACE_ROOT)\include\makeinclude\build_example.bor>
-
-#
-# IDL Build rules
-#
-
-$(IDLDIR)\testC.cpp $(IDLDIR)\testS.cpp: $(IDLDIR)\test.idl
- $(TAO_IDL) $**