diff options
Diffstat (limited to 'TAO/tests/LongUpcalls/blocking_server.bor')
-rw-r--r-- | TAO/tests/LongUpcalls/blocking_server.bor | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/TAO/tests/LongUpcalls/blocking_server.bor b/TAO/tests/LongUpcalls/blocking_server.bor new file mode 100644 index 00000000000..97eedf11c6d --- /dev/null +++ b/TAO/tests/LongUpcalls/blocking_server.bor @@ -0,0 +1,39 @@ +# +# Makefile for building the Faults Test executable +# + +NAME = blocking_server + +TAO_IDL = $(CORE_BINDIR)\tao_idl -g $(CORE_BINDIR)\gperf.exe -Ge 1 -GC + +OBJFILES = \ + $(OBJDIR)\TestC.obj \ + $(OBJDIR)\TestS.obj \ + $(OBJDIR)\Manager.obj \ + $(OBJDIR)\blocking_server.obj + +CFLAGS = \ + $(ACE_CFLAGS) \ + $(TAO_CFLAGS) \ + $(TAO_PORTABLESERVER_CFLAGS) + +LIBFILES = \ + $(ACE_LIB) \ + $(TAO_LIB) \ + $(TAO_PORTABLESERVER_LIB) + +IDLFILES = \ + $(IDLDIR)\Test.idl + +CPPDIR = . + +IDLDIR = . + +!include <$(ACE_ROOT)\include\makeinclude\build_exe.bor> + +# +# IDL Build rules +# + +$(IDLDIR)\TestS.cpp $(IDLDIR)\TestC.cpp: $(IDLDIR)\Test.idl + $(TAO_IDL) $** |