diff options
Diffstat (limited to 'TAO/tests/Param_Test/anyop.bor')
-rw-r--r-- | TAO/tests/Param_Test/anyop.bor | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/TAO/tests/Param_Test/anyop.bor b/TAO/tests/Param_Test/anyop.bor new file mode 100644 index 00000000000..05cd6ce7dc7 --- /dev/null +++ b/TAO/tests/Param_Test/anyop.bor @@ -0,0 +1,43 @@ +# +# Makefile for building the anyop client +# + +NAME = anyop + +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_testCli.obj \ + $(OBJDIR)\anyop.obj + +CFLAGS = \ + $(ACE_CFLAGS) \ + $(TAO_CFLAGS) \ + $(TAO_PORTABLESERVER_CFLAGS) \ + $(TAO_DYNAMICINTERFACE_CFLAGS) + +LIBFILES = \ + $(ACE_LIB) \ + $(TAO_LIB) \ + $(TAO_PORTABLESERVER_LIB) \ + $(TAO_DYNAMICINTERFACE_LIB) + +CPPDIR = . + +IDLDIR = . + +IDLFILES = \ + $(IDLDIR)\param_test.idl + +!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) $** |