summaryrefslogtreecommitdiff
path: root/TAO/tests/Param_Test/client.bor
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Param_Test/client.bor')
-rw-r--r--TAO/tests/Param_Test/client.bor69
1 files changed, 0 insertions, 69 deletions
diff --git a/TAO/tests/Param_Test/client.bor b/TAO/tests/Param_Test/client.bor
deleted file mode 100644
index 5d3ba2e7d6e..00000000000
--- a/TAO/tests/Param_Test/client.bor
+++ /dev/null
@@ -1,69 +0,0 @@
-#
-# Makefile for building the Param_Test client
-#
-
-NAME = client
-
-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)\driver.obj \
- $(OBJDIR)\options.obj \
- $(OBJDIR)\results.obj \
- $(OBJDIR)\helper.obj \
- $(OBJDIR)\tmplinst.obj \
- $(OBJDIR)\any.obj \
- $(OBJDIR)\bd_long_seq.obj \
- $(OBJDIR)\bd_short_seq.obj \
- $(OBJDIR)\bd_str_seq.obj \
- $(OBJDIR)\bd_wstr_seq.obj \
- $(OBJDIR)\bd_string.obj \
- $(OBJDIR)\bd_wstring.obj \
- $(OBJDIR)\bd_struct_seq.obj \
- $(OBJDIR)\fixed_array.obj \
- $(OBJDIR)\fixed_struct.obj \
- $(OBJDIR)\nested_struct.obj \
- $(OBJDIR)\objref_struct.obj \
- $(OBJDIR)\objref.obj \
- $(OBJDIR)\short.obj \
- $(OBJDIR)\ulonglong.obj \
- $(OBJDIR)\typecode.obj \
- $(OBJDIR)\ub_any_seq.obj \
- $(OBJDIR)\ub_long_seq.obj \
- $(OBJDIR)\ub_objref_seq.obj \
- $(OBJDIR)\ub_short_seq.obj \
- $(OBJDIR)\ub_str_seq.obj \
- $(OBJDIR)\ub_wstr_seq.obj \
- $(OBJDIR)\ub_string.obj \
- $(OBJDIR)\ub_wstring.obj \
- $(OBJDIR)\ub_struct_seq.obj \
- $(OBJDIR)\var_array.obj \
- $(OBJDIR)\var_struct.obj \
- $(OBJDIR)\recursive_struct.obj \
- $(OBJDIR)\except.obj \
- $(OBJDIR)\big_union.obj \
- $(OBJDIR)\multdim_array.obj \
- $(OBJDIR)\complex_any.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) $**