summaryrefslogtreecommitdiff
path: root/TAO/tests/Param_Test/server.bor
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Param_Test/server.bor')
-rw-r--r--TAO/tests/Param_Test/server.bor35
1 files changed, 0 insertions, 35 deletions
diff --git a/TAO/tests/Param_Test/server.bor b/TAO/tests/Param_Test/server.bor
deleted file mode 100644
index 3c53bbe7582..00000000000
--- a/TAO/tests/Param_Test/server.bor
+++ /dev/null
@@ -1,35 +0,0 @@
-#
-# Makefile for building the Param_Test server
-#
-
-NAME = server
-
-TAO_IDL = $(CORE_BINDIR)\tao_idl -g $(CORE_BINDIR)\gperf.exe -I..\.. \
- -hc Cli.h -cs Cli.cpp -ci Cli.i \
- -hs Ser.h -ss Ser.cpp -si Ser.i \
- -hT Ser_T.h -sT Ser_T.cpp -st Ser_T.i \
- -Ge 1
-
-OBJFILES = \
- $(OBJDIR)\param_testSer.obj \
- $(OBJDIR)\param_testCli.obj \
- $(OBJDIR)\server.obj \
- $(OBJDIR)\param_test_i.obj \
- $(OBJDIR)\tmplinst.obj
-
-CFLAGS = $(ACE_CFLAGS) $(TAO_CFLAGS)
-
-LIBFILES = $(ACE_LIB) $(TAO_LIB)
-
-CPPDIR = .
-
-IDLDIR = .
-
-!include <$(ACE_ROOT)\include\makeinclude\build_exe.bor>
-
-#
-# IDL Build rules
-#
-
-$(IDLDIR)\param_testSer.cpp $(IDLDIR)\param_testCli.cpp: $(IDLDIR)\param_test.idl
- $(TAO_IDL) $**