summaryrefslogtreecommitdiff
path: root/TAO/tests/ORB_destroy
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/ORB_destroy
parentc4bac837318fda7b89f9a5a6ae06117866c21a6b (diff)
downloadATCD-fd086adbf9daa6f8e5d1c782955be38c471c8888.tar.gz
ChangeLogTag:
Diffstat (limited to 'TAO/tests/ORB_destroy')
-rw-r--r--TAO/tests/ORB_destroy/Makefile.bor24
1 files changed, 0 insertions, 24 deletions
diff --git a/TAO/tests/ORB_destroy/Makefile.bor b/TAO/tests/ORB_destroy/Makefile.bor
deleted file mode 100644
index 26df6af6d7e..00000000000
--- a/TAO/tests/ORB_destroy/Makefile.bor
+++ /dev/null
@@ -1,24 +0,0 @@
-# $Id$
-
-#
-# Makefile for building the ORB_destroy test
-#
-
-NAME = ORB_destroy
-
-OBJFILES = \
- $(OBJDIR)\ORB_destroy.obj
-
-CFLAGS = \
- $(ACE_CFLAGS) \
- $(TAO_CFLAGS) \
- $(TAO_PORTABLESERVER_CFLAGS)
-
-LIBFILES = \
- $(ACE_LIB) \
- $(TAO_LIB) \
- $(TAO_PORTABLESERVER_LIB)
-
-CPPDIR = .
-
-!include <$(ACE_ROOT)\include\makeinclude\build_exe.bor>