From 6394ea85e376c063a847329d1d826593d8038e58 Mon Sep 17 00:00:00 2001 From: doccvs Date: Mon, 27 Aug 2001 07:40:22 +0000 Subject: ChangeLogTag: Fri Aug 27 09:37:04 2001 Johnny Willemsen --- examples/Makefile.bor | 1 + examples/NT_Service/Makefile.bor | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 examples/NT_Service/Makefile.bor (limited to 'examples') diff --git a/examples/Makefile.bor b/examples/Makefile.bor index 0d96f979722..92f1e1b9d1e 100644 --- a/examples/Makefile.bor +++ b/examples/Makefile.bor @@ -9,6 +9,7 @@ DIRS = \ Mem_Map \ Misc \ Naming \ + NT_Service \ Reactor \ Registry \ RMCast \ diff --git a/examples/NT_Service/Makefile.bor b/examples/NT_Service/Makefile.bor new file mode 100644 index 00000000000..a754d2cfac7 --- /dev/null +++ b/examples/NT_Service/Makefile.bor @@ -0,0 +1,19 @@ +# +# Makefile for building the NT_Service ace examples +# + +NAME = NT_Service + +OBJFILES = \ + $(OBJDIR)\main.obj \ + $(OBJDIR)\ntsvc.obj + +CFLAGS = \ + $(ACE_CFLAGS) + +LIBFILES = \ + $(ACE_LIB) + +CPPDIR = . + +!include <$(ACE_ROOT)\include\makeinclude\build_exe.bor> -- cgit v1.2.1