summaryrefslogtreecommitdiff
path: root/TAO/tests/IORManipulation/Makefile.bor
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/IORManipulation/Makefile.bor')
-rw-r--r--TAO/tests/IORManipulation/Makefile.bor16
1 files changed, 0 insertions, 16 deletions
diff --git a/TAO/tests/IORManipulation/Makefile.bor b/TAO/tests/IORManipulation/Makefile.bor
deleted file mode 100644
index 1a8790edd54..00000000000
--- a/TAO/tests/IORManipulation/Makefile.bor
+++ /dev/null
@@ -1,16 +0,0 @@
-# $Id$
-#
-# Makefile for building the IORTest
-#
-
-NAME = IORTest
-
-OBJFILES = $(OBJDIR)\IORTest.obj
-
-CFLAGS = $(ACE_CFLAGS) $(TAO_CFLAGS) $(TAO_IORMANIP_CFLAGS)
-
-LIBFILES = $(ACE_LIB) $(TAO_LIB) $(TAO_IORMANIP_LIB)
-
-CPPDIR = .
-
-!include <$(ACE_ROOT)\include\makeinclude\build_exe.bor>