summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authordoccvs <doccvs@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-08-27 07:40:22 +0000
committerdoccvs <doccvs@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-08-27 07:40:22 +0000
commit6394ea85e376c063a847329d1d826593d8038e58 (patch)
tree46268924939cca0c831838ef283cd6fb0545cde3 /examples
parentfcd874d40313a711f958f55d1e9ecea03e730a5b (diff)
downloadATCD-6394ea85e376c063a847329d1d826593d8038e58.tar.gz
ChangeLogTag: Fri Aug 27 09:37:04 2001 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'examples')
-rw-r--r--examples/Makefile.bor1
-rw-r--r--examples/NT_Service/Makefile.bor19
2 files changed, 20 insertions, 0 deletions
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>