summaryrefslogtreecommitdiff
path: root/ACEXML/parser/debug_validator/Makefile.bor
diff options
context:
space:
mode:
Diffstat (limited to 'ACEXML/parser/debug_validator/Makefile.bor')
-rw-r--r--ACEXML/parser/debug_validator/Makefile.bor22
1 files changed, 0 insertions, 22 deletions
diff --git a/ACEXML/parser/debug_validator/Makefile.bor b/ACEXML/parser/debug_validator/Makefile.bor
deleted file mode 100644
index 08ee7c36e43..00000000000
--- a/ACEXML/parser/debug_validator/Makefile.bor
+++ /dev/null
@@ -1,22 +0,0 @@
-# Makefile for building the debug_validator
-
-NAME = ACEXML_Debug_DTD_Manager
-
-OBJFILES = \
- $(OBJDIR)\Debug_Attributes_Builder.obj \
- $(OBJDIR)\Debug_DTD_Manager.obj \
- $(OBJDIR)\Debug_Element_Builder.obj \
- $(OBJDIR)\Element_Tree.obj
-
-CFLAGS = \
- $(ACE_CFLAGS) \
- $(ACE_XML_CFLAGS) \
- -DACEXML_DEBUG_DTD_MANAGER_BUILD_DLL
-
-CPPDIR = .;..
-
-LIBFILES = \
- $(ACE_LIB) \
- $(ACE_XML_LIB)
-
-!include <$(ACE_ROOT)\include\makeinclude\build_core_library.bor>