diff options
author | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-07-12 02:12:04 +0000 |
---|---|---|
committer | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-07-12 02:12:04 +0000 |
commit | 3256654f02cc4f3315cf4897e40411709c7641ef (patch) | |
tree | e5c63f51f5780adee3955c9223ecae49a6a08271 /TAO/Makefile.bor | |
parent | 2a6de760a064b0f17bc6b178189274b0299bf18e (diff) | |
download | ATCD-3256654f02cc4f3315cf4897e40411709c7641ef.tar.gz |
ChangeLogTag:Thu Jul 11 21:10:37 2002 Nanbor Wang <nanbor@cs.wustl.edu>
Diffstat (limited to 'TAO/Makefile.bor')
-rw-r--r-- | TAO/Makefile.bor | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/TAO/Makefile.bor b/TAO/Makefile.bor index d35aabb4d91..ef16bf16093 100644 --- a/TAO/Makefile.bor +++ b/TAO/Makefile.bor @@ -47,8 +47,20 @@ DIRS = \ orbsvcs\tests \ utils +!elif $(BUILD) == nightlybuild + +DIRS = \ + tao \ + TAO_IDL \ + orbsvcs \ + examples \ + tests \ + performance-tests \ + orbsvcs\tests \ + utils + !else -!error Please set your BUILD variable to one of "minimal", "typical" or "all". +!error Please set your BUILD variable to one of "minimal", "typical", "NIGHTLYBUILD", or "all". !endif !include <$(ACE_ROOT)\include\makeinclude\recurse.bor> |