summaryrefslogtreecommitdiff
path: root/ACEXML/examples/svcconf/Makefile.bor
diff options
context:
space:
mode:
Diffstat (limited to 'ACEXML/examples/svcconf/Makefile.bor')
-rw-r--r--ACEXML/examples/svcconf/Makefile.bor24
1 files changed, 0 insertions, 24 deletions
diff --git a/ACEXML/examples/svcconf/Makefile.bor b/ACEXML/examples/svcconf/Makefile.bor
deleted file mode 100644
index 91b14f910cb..00000000000
--- a/ACEXML/examples/svcconf/Makefile.bor
+++ /dev/null
@@ -1,24 +0,0 @@
-#
-# $Id$
-# Makefile for building the svcconf example
-#
-
-NAME = Svcconf
-
-OBJFILES = \
- $(OBJDIR)\Svcconf_Handler.obj \
- $(OBJDIR)\main.obj
-
-CFLAGS = \
- $(ACE_CFLAGS) \
- $(ACE_XML_CFLAGS) \
- $(ACE_XML_PARSER_CFLAGS)
-
-CPPDIR = .
-
-LIBFILES = \
- $(ACE_LIB) \
- $(ACE_XML_LIB) \
- $(ACE_XML_PARSER_LIB)
-
-!include <$(ACE_ROOT)\include\makeinclude\build_exe.bor>