summaryrefslogtreecommitdiff
path: root/TAO/examples/Simple/time/Time_Server.bor
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Simple/time/Time_Server.bor')
-rw-r--r--TAO/examples/Simple/time/Time_Server.bor26
1 files changed, 0 insertions, 26 deletions
diff --git a/TAO/examples/Simple/time/Time_Server.bor b/TAO/examples/Simple/time/Time_Server.bor
deleted file mode 100644
index 75f37ddc927..00000000000
--- a/TAO/examples/Simple/time/Time_Server.bor
+++ /dev/null
@@ -1,26 +0,0 @@
-#
-# Makefile for building the Time example
-#
-
-NAME = Time_Server
-
-OBJFILES = \
- $(OBJDIR)\TimeC.obj \
- $(OBJDIR)\TimeS.obj \
- $(OBJDIR)\Time_i.obj \
- $(OBJDIR)\Simple_util.obj \
- $(OBJDIR)\server.obj
-
-CPPDIR = .;..
-
-IDLDIR = .
-
-!include <$(ACE_ROOT)\include\makeinclude\build_example.bor>
-
-#
-# IDL Build rules
-#
-
-$(IDLDIR)\TimeC.cpp $(IDLDIR)\TimeS.cpp: $(IDLDIR)\Time.idl
- $(TAO_IDL) $**
-