summaryrefslogtreecommitdiff
path: root/ace/QoS/makefile.bor
diff options
context:
space:
mode:
Diffstat (limited to 'ace/QoS/makefile.bor')
-rw-r--r--ace/QoS/makefile.bor24
1 files changed, 0 insertions, 24 deletions
diff --git a/ace/QoS/makefile.bor b/ace/QoS/makefile.bor
deleted file mode 100644
index 38f51736acf..00000000000
--- a/ace/QoS/makefile.bor
+++ /dev/null
@@ -1,24 +0,0 @@
-#
-# Makefile for building the ACE QoS library with Borland C++Builder
-#
-
-NAME = ACE_QoS
-
-OBJFILES = \
- $(OBJDIR)\QoS_Decorator.obj \
- $(OBJDIR)\QoS_Manager.obj \
- $(OBJDIR)\QoS_Session_Factory.obj \
- $(OBJDIR)\QoS_Session_Impl.obj \
- $(OBJDIR)\SOCK_Dgram_Mcast_QoS.obj
-
-CFLAGS = $(ACE_CFLAGS) $(ACE_QOS_CFLAGS) -DACE_QoS_BUILD_DLL
-
-LIBFILES = $(ACE_LIB)
-
-CPPDIR = .
-
-INCDIR_NAME = ace\QoS
-INCLUDES = *.h *.i
-
-!include <$(ACE_ROOT)\include\makeinclude\build_core_library.bor>
-