diff options
Diffstat (limited to 'TAO/examples/Simple/Makefile.bor')
-rw-r--r-- | TAO/examples/Simple/Makefile.bor | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/TAO/examples/Simple/Makefile.bor b/TAO/examples/Simple/Makefile.bor new file mode 100644 index 00000000000..98ca252ffcc --- /dev/null +++ b/TAO/examples/Simple/Makefile.bor @@ -0,0 +1,8 @@ + +# +# Makefile for building the simple examples +# + +DIRS = bank chat echo grid time + +!include <$(ACE_ROOT)\include\makeinclude\recurse.bor> |