diff options
author | doccvs <doccvs@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-11-10 10:30:04 +0000 |
---|---|---|
committer | doccvs <doccvs@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-11-10 10:30:04 +0000 |
commit | 1cafba5ddf9fd3b797eae3b67361b9e576a36961 (patch) | |
tree | f62ae729ed8a174d08a1318cb593aa87d4a0349a /examples/Makefile.bor | |
parent | 5aa7fdbed0b6ec875c3ed81f683fa45f25c8be90 (diff) | |
download | ATCD-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.bor | 9 |
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> |