From 03fe371d8bd398191d26b0616d637f6877a5fb08 Mon Sep 17 00:00:00 2001 From: doccvs Date: Thu, 30 Aug 2001 05:17:32 +0000 Subject: ChangeLogTag: Thu Aug 30 07:12:04 2001 Johnny Willemsen --- TAO/orbsvcs/tests/Time/Makefile.bor | 8 ++++++++ TAO/orbsvcs/tests/Time/client.bor | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 40 insertions(+) create mode 100644 TAO/orbsvcs/tests/Time/Makefile.bor create mode 100644 TAO/orbsvcs/tests/Time/client.bor (limited to 'TAO/orbsvcs/tests/Time') diff --git a/TAO/orbsvcs/tests/Time/Makefile.bor b/TAO/orbsvcs/tests/Time/Makefile.bor new file mode 100644 index 00000000000..f7ed5494032 --- /dev/null +++ b/TAO/orbsvcs/tests/Time/Makefile.bor @@ -0,0 +1,8 @@ +# +# Makefile for building the time test +# + +MAKEFILES = client.bor + +!include <$(ACE_ROOT)\include\makeinclude\recurse.bor> + diff --git a/TAO/orbsvcs/tests/Time/client.bor b/TAO/orbsvcs/tests/Time/client.bor new file mode 100644 index 00000000000..214be61309d --- /dev/null +++ b/TAO/orbsvcs/tests/Time/client.bor @@ -0,0 +1,32 @@ +# +# Makefile for building the time test +# + +NAME = client + +OBJFILES = \ + $(OBJDIR)\client_i.obj \ + $(OBJDIR)\client.obj + +CFLAGS = \ + $(ACE_CFLAGS) \ + $(TAO_CFLAGS) \ + $(TAO_PORTABLESERVER_CFLAGS) \ + $(TAO_IORTABLE_CFLAGS) \ + $(TAO_NAMING_CFLAGS) \ + $(TAO_TIME_CFLAGS) \ + $(TAO_SVCUTILS_CFLAGS) + +LIBFILES = \ + $(ACE_LIB) \ + $(TAO_LIB) \ + $(TAO_PORTABLESERVER_LIB) \ + $(TAO_IORTABLE_LIB) \ + $(TAO_NAMING_LIB) \ + $(TAO_TIME_LIB) \ + $(TAO_SVCUTILS_LIB) + +CPPDIR = .;.. + +!include <$(ACE_ROOT)\include\makeinclude\build_exe.bor> + -- cgit v1.2.1