summaryrefslogtreecommitdiff
path: root/TAO/tests/RTCORBA/ORB_init/Makefile.bor
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/RTCORBA/ORB_init/Makefile.bor')
-rw-r--r--TAO/tests/RTCORBA/ORB_init/Makefile.bor27
1 files changed, 0 insertions, 27 deletions
diff --git a/TAO/tests/RTCORBA/ORB_init/Makefile.bor b/TAO/tests/RTCORBA/ORB_init/Makefile.bor
deleted file mode 100644
index 5f57de49f22..00000000000
--- a/TAO/tests/RTCORBA/ORB_init/Makefile.bor
+++ /dev/null
@@ -1,27 +0,0 @@
-#
-# Makefile for building the Server_Protocol server
-#
-
-NAME = ORB_init
-
-
-OBJFILES = \
- $(OBJDIR)\ORB_init.obj
-
-CFLAGS = \
- $(ACE_CFLAGS) \
- $(TAO_CFLAGS) \
- $(TAO_RTCORBA_CFLAGS)
-
-LIBFILES = \
- $(ACE_LIB) \
- $(TAO_LIB) \
- $(TAO_RTCORBA_LIB)
-
-CPPDIR = .
-
-IDLDIR = .
-
-!include <$(ACE_ROOT)\include\makeinclude\build_exe.bor>
-!include <$(ACE_ROOT)\include\makeinclude\recurse.bor>
-