summaryrefslogtreecommitdiff
path: root/TAO/utils/catior/Makefile.bor
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/utils/catior/Makefile.bor')
-rw-r--r--TAO/utils/catior/Makefile.bor15
1 files changed, 0 insertions, 15 deletions
diff --git a/TAO/utils/catior/Makefile.bor b/TAO/utils/catior/Makefile.bor
deleted file mode 100644
index ae9c4ea571c..00000000000
--- a/TAO/utils/catior/Makefile.bor
+++ /dev/null
@@ -1,15 +0,0 @@
-#
-# Makefile for building the catior executable
-#
-
-NAME = catior
-
-OBJFILES = $(OBJDIR)\catior.obj
-
-CFLAGS = $(ACE_CFLAGS) $(TAO_CFLAGS)
-
-LIBFILES = $(ACE_LIB) $(TAO_LIB)
-
-CPPDIR = .
-
-!include <$(ACE_ROOT)\include\makeinclude\build_core_exe.bor>