diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-03-11 18:41:23 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-03-11 18:41:23 +0000 |
commit | 75c87c089ce9457d01a98baa4549417c6e75d414 (patch) | |
tree | 934948957dc9b88070e0b1bb9a4e0c516785a745 /TAO/tests/MT_Client/server.bor | |
parent | aab2969b96962fa6521f7f6482b93ddba19037fd (diff) | |
download | ATCD-75c87c089ce9457d01a98baa4549417c6e75d414.tar.gz |
ChangeLogTag:Sun Mar 11 10:39:14 2001 Carlos O'Ryan <coryan@uci.edu>
Diffstat (limited to 'TAO/tests/MT_Client/server.bor')
-rw-r--r-- | TAO/tests/MT_Client/server.bor | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/TAO/tests/MT_Client/server.bor b/TAO/tests/MT_Client/server.bor new file mode 100644 index 00000000000..54515fd6c1d --- /dev/null +++ b/TAO/tests/MT_Client/server.bor @@ -0,0 +1,39 @@ +# +# Makefile for building the Faults test executable +# + +NAME = server + +TAO_IDL = $(CORE_BINDIR)\tao_idl -g $(CORE_BINDIR)\gperf.exe -Ge 1 + +OBJFILES = \ + $(OBJDIR)\testC.obj \ + $(OBJDIR)\testS.obj \ + $(OBJDIR)\test_i.obj \ + $(OBJDIR)\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) $** |