diff options
Diffstat (limited to 'TAO/tests/OBV/Supports/Server/server.bor')
-rw-r--r-- | TAO/tests/OBV/Supports/Server/server.bor | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/TAO/tests/OBV/Supports/Server/server.bor b/TAO/tests/OBV/Supports/Server/server.bor new file mode 100644 index 00000000000..7a3006973db --- /dev/null +++ b/TAO/tests/OBV/Supports/Server/server.bor @@ -0,0 +1,45 @@ +# +# $Id$ +# + +NAME = server + +TAO_IDL = $(CORE_BINDIR)\tao_idl -g $(CORE_BINDIR)\gperf.exe -Ge 1 + +OBJFILES = \ + $(OBJDIR)\Supports_TestC.obj \ + $(OBJDIR)\Supports_TestS.obj \ + $(OBJDIR)\Supports_Test_impl.obj \ + $(OBJDIR)\server.obj + +CFLAGS = \ + $(ACE_CFLAGS) \ + $(TAO_CFLAGS) \ + $(TAO_PORTABLESERVER_CFLAGS) \ + $(TAO_IORINTERCEPTOR_CFLAGS) \ + $(TAO_ORT_CFLAGS) \ + $(TAO_VALUETYPE_CFLAGS) + +LIBFILES = \ + $(ACE_LIB) \ + $(TAO_LIB) \ + $(TAO_PORTABLESERVER_LIB) \ + $(TAO_IORINTERCEPTOR_LIB) \ + $(TAO_ORT_LIB) \ + $(TAO_VALUETYPE_LIB) + +IDLFILES = \ + $(IDLDIR)\Supports_Test.idl + +CPPDIR = . + +IDLDIR = . + +!include <$(ACE_ROOT)\include\makeinclude\build_exe.bor> + +# +# IDL Build rules +# + +$(IDLDIR)\FactoryS.cpp $(IDLDIR)\FactoryC.cpp: $(IDLDIR)\Supports_Test.idl + $(TAO_IDL) $** |