diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 2000-02-21 23:18:53 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 2000-02-21 23:18:53 +0000 |
commit | b75744d8bffc8cc52e8201369da3bb81d75fe0c9 (patch) | |
tree | d8a8fb5b956a97c19bb33c90c6846d0766ebda58 /TAO/orbsvcs/Makefile.bor | |
parent | afd3024e1bea027bc86bd4538ec70e6db5e441f1 (diff) | |
download | ATCD-b75744d8bffc8cc52e8201369da3bb81d75fe0c9.tar.gz |
ChangeLogTag:Mon Feb 21 14:35:39 2000 Christopher Kohlhoff <chris@kohlhoff.com>
Diffstat (limited to 'TAO/orbsvcs/Makefile.bor')
-rw-r--r-- | TAO/orbsvcs/Makefile.bor | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/TAO/orbsvcs/Makefile.bor b/TAO/orbsvcs/Makefile.bor new file mode 100644 index 00000000000..4eddf84d723 --- /dev/null +++ b/TAO/orbsvcs/Makefile.bor @@ -0,0 +1,13 @@ +# +# Makefile for building orbsvcs +# + +DIRS = \ + orbsvcs \ + CosEvent_Service \ + Event_Service \ + Naming_Service \ + Notify_Service \ + Trading_Service + +!include <$(ACE_ROOT)\include\makeinclude\recurse.bor> |