summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/Naming_Service/NT_Naming_Service.bor
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/Naming_Service/NT_Naming_Service.bor')
-rw-r--r--TAO/orbsvcs/Naming_Service/NT_Naming_Service.bor19
1 files changed, 0 insertions, 19 deletions
diff --git a/TAO/orbsvcs/Naming_Service/NT_Naming_Service.bor b/TAO/orbsvcs/Naming_Service/NT_Naming_Service.bor
deleted file mode 100644
index 75ee81e3944..00000000000
--- a/TAO/orbsvcs/Naming_Service/NT_Naming_Service.bor
+++ /dev/null
@@ -1,19 +0,0 @@
-#
-# Makefile for building the NT Naming Service executable
-#
-
-NAME = NT_Naming_Service
-
-OBJFILES = \
- $(OBJDIR)\Naming_Service.obj \
- $(OBJDIR)\NT_Naming_Service.obj \
- $(OBJDIR)\NT_Naming_Server.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>
-