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