summaryrefslogtreecommitdiff
path: root/TAO/tests/POA/Etherealization
diff options
context:
space:
mode:
authorbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-04-08 20:22:33 +0000
committerbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-04-08 20:22:33 +0000
commitfd086adbf9daa6f8e5d1c782955be38c471c8888 (patch)
treec39489d9c7f2abd21f24bf10957207e8d863671d /TAO/tests/POA/Etherealization
parentc4bac837318fda7b89f9a5a6ae06117866c21a6b (diff)
downloadATCD-fd086adbf9daa6f8e5d1c782955be38c471c8888.tar.gz
ChangeLogTag:
Diffstat (limited to 'TAO/tests/POA/Etherealization')
-rw-r--r--TAO/tests/POA/Etherealization/makefile.bor28
1 files changed, 0 insertions, 28 deletions
diff --git a/TAO/tests/POA/Etherealization/makefile.bor b/TAO/tests/POA/Etherealization/makefile.bor
deleted file mode 100644
index 0aa9d6aa2da..00000000000
--- a/TAO/tests/POA/Etherealization/makefile.bor
+++ /dev/null
@@ -1,28 +0,0 @@
-# $Id$
-
-#
-# Makefile for building the POA Destuction test
-#
-
-NAME = Etherealization
-
-OBJFILES = \
- $(OBJDIR)\testC.obj \
- $(OBJDIR)\testS.obj \
- $(OBJDIR)\Etherealization.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) $**