summaryrefslogtreecommitdiff
path: root/examples/Registry
diff options
context:
space:
mode:
authordoccvs <doccvs@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-05-10 05:54:43 +0000
committerdoccvs <doccvs@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-05-10 05:54:43 +0000
commitaca8e943108d0060a4bb10db893a2460b5d11523 (patch)
tree36461546d3dcc5dd8109817959b0a68fb7f1b0cd /examples/Registry
parent7b37665b8b718d1d02a0ecd6089ffbcffaa5af03 (diff)
downloadATCD-aca8e943108d0060a4bb10db893a2460b5d11523.tar.gz
ChangeLogTag: Thu May 10 07:44:22 2001 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'examples/Registry')
-rw-r--r--examples/Registry/Makefile.bor18
1 files changed, 18 insertions, 0 deletions
diff --git a/examples/Registry/Makefile.bor b/examples/Registry/Makefile.bor
new file mode 100644
index 00000000000..be53a40eda9
--- /dev/null
+++ b/examples/Registry/Makefile.bor
@@ -0,0 +1,18 @@
+#
+# Makefile for building the ACE Registry examples
+#
+
+NAMES = \
+ test_registry_update \
+ test_registry_iterator
+
+OBJFILES = $(OBJDIR)\$(NAME).obj
+
+CFLAGS = $(ACE_CFLAGS)
+
+CPPDIR = .
+
+LIBFILES = $(ACE_LIB)
+
+!include <$(ACE_ROOT)\include\makeinclude\recurse.bor>
+!include <$(ACE_ROOT)\include\makeinclude\build_exe.bor>