summaryrefslogtreecommitdiff
path: root/TAO/tests/POA/POA_Destruction/makefile.bor
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/POA/POA_Destruction/makefile.bor')
-rw-r--r--TAO/tests/POA/POA_Destruction/makefile.bor27
1 files changed, 0 insertions, 27 deletions
diff --git a/TAO/tests/POA/POA_Destruction/makefile.bor b/TAO/tests/POA/POA_Destruction/makefile.bor
deleted file mode 100644
index 79592826a02..00000000000
--- a/TAO/tests/POA/POA_Destruction/makefile.bor
+++ /dev/null
@@ -1,27 +0,0 @@
-
-#
-# Makefile for building the POA Destuction test
-#
-
-NAME = POA_Destruction
-
-OBJFILES = \
- $(OBJDIR)\testC.obj \
- $(OBJDIR)\testS.obj \
- $(OBJDIR)\POA_Destruction.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) $**