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.bor26
1 files changed, 0 insertions, 26 deletions
diff --git a/TAO/utils/catior/Makefile.bor b/TAO/utils/catior/Makefile.bor
deleted file mode 100644
index 86e99400341..00000000000
--- a/TAO/utils/catior/Makefile.bor
+++ /dev/null
@@ -1,26 +0,0 @@
-# $Id$
-#
-# Makefile for building the catior executable
-#
-
-!ifndef MINIMUM_CORBA
-NAME = catior
-!else
-!undef NAME
-!endif
-
-OBJFILES = $(OBJDIR)\catior.obj
-
-CFLAGS = \
- $(ACE_CFLAGS) \
- $(TAO_CFLAGS) \
- $(TAO_RTCORBA_CFLAGS)
-
-LIBFILES = \
- $(ACE_LIB) \
- $(TAO_LIB) \
- $(TAO_RTCORBA_LIB)
-
-CPPDIR = .
-
-!include <$(ACE_ROOT)\include\makeinclude\build_core_exe.bor>