summaryrefslogtreecommitdiff
path: root/examples/Makefile.bor
diff options
context:
space:
mode:
authordoccvs <doccvs@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-11-10 10:30:04 +0000
committerdoccvs <doccvs@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-11-10 10:30:04 +0000
commit1cafba5ddf9fd3b797eae3b67361b9e576a36961 (patch)
treef62ae729ed8a174d08a1318cb593aa87d4a0349a /examples/Makefile.bor
parent5aa7fdbed0b6ec875c3ed81f683fa45f25c8be90 (diff)
downloadATCD-1cafba5ddf9fd3b797eae3b67361b9e576a36961.tar.gz
Fri Nov 10 11:27:06 2000 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'examples/Makefile.bor')
-rw-r--r--examples/Makefile.bor9
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/Makefile.bor b/examples/Makefile.bor
new file mode 100644
index 00000000000..42e743a7e47
--- /dev/null
+++ b/examples/Makefile.bor
@@ -0,0 +1,9 @@
+#
+# Makefile for building the ACE examples
+#
+
+DIRS = \
+ Log_Msg \
+ Map_Manager
+
+!include <$(ACE_ROOT)\include\makeinclude\recurse.bor>