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