summaryrefslogtreecommitdiff
path: root/ACEXML/tests/Makefile.bor
diff options
context:
space:
mode:
Diffstat (limited to 'ACEXML/tests/Makefile.bor')
-rw-r--r--ACEXML/tests/Makefile.bor26
1 files changed, 0 insertions, 26 deletions
diff --git a/ACEXML/tests/Makefile.bor b/ACEXML/tests/Makefile.bor
deleted file mode 100644
index d2bc13a9dc2..00000000000
--- a/ACEXML/tests/Makefile.bor
+++ /dev/null
@@ -1,26 +0,0 @@
-#
-# $Id$
-# Makefile for building the ACE XML tests
-#
-
-NAMES = \
- NamespaceSupport_Test \
- Transcoder_Test \
- HttpCharStream_Test \
- ContentHandler_Test
-
-OBJFILES = $(OBJDIR)\$(NAME).obj
-
-CFLAGS = \
- $(ACE_CFLAGS) \
- $(ACE_XML_CFLAGS)
-
-CPPDIR = .
-
-LIBFILES = \
- $(ACE_LIB) \
- $(ACE_XML_PARSER_LIB) \
- $(ACE_XML_LIB)
-
-!include <$(ACE_ROOT)\include\makeinclude\recurse.bor>
-!include <$(ACE_ROOT)\include\makeinclude\build_exe.bor>