summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/tao_idl.bor
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/tao_idl.bor')
-rw-r--r--TAO/TAO_IDL/tao_idl.bor20
1 files changed, 0 insertions, 20 deletions
diff --git a/TAO/TAO_IDL/tao_idl.bor b/TAO/TAO_IDL/tao_idl.bor
deleted file mode 100644
index f76e3bd24a9..00000000000
--- a/TAO/TAO_IDL/tao_idl.bor
+++ /dev/null
@@ -1,20 +0,0 @@
-#
-# $Id$
-#
-# Makefile for building the TAO IDL compiler executable
-#
-
-NAME = tao_idl
-
-OBJFILES = \
- $(OBJDIR)\drv_args.obj \
- $(OBJDIR)\drv_preproc.obj \
- $(OBJDIR)\tao_idl.obj
-
-CFLAGS = $(ACE_CFLAGS) $(TAO_IDL_FE_CFLAGS) $(TAO_IDL_BE_CFLAGS)
-
-LIBFILES = $(ACE_LIB) $(TAO_IDL_FE_LIB) $(TAO_IDL_BE_LIB)
-
-CPPDIR = .;driver
-
-!include <$(ACE_ROOT)\include\makeinclude\build_core_exe.bor>