diff options
author | jtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2004-08-11 19:00:22 +0000 |
---|---|---|
committer | jtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2004-08-11 19:00:22 +0000 |
commit | d3e583b73c09e4080edd0711871ce8d0c7c97929 (patch) | |
tree | 8c08a13d576c35b979d9938b156591520a1cdb69 /bin | |
parent | 95a4590d70ca1fe5bc23f0406489317a6b6a89c1 (diff) | |
download | ATCD-d3e583b73c09e4080edd0711871ce8d0c7c97929.tar.gz |
ChangeLogTag: Wed Aug 11 11:55:46 2004 J.T. Conklin <jtc@acorntoolworks.com>
Diffstat (limited to 'bin')
-rw-r--r-- | bin/MakeProjectCreator/config/event.mpb | 3 | ||||
-rw-r--r-- | bin/MakeProjectCreator/config/ftorbutils.mpb | 4 | ||||
-rw-r--r-- | bin/MakeProjectCreator/config/ftrtevent.mpb | 3 | ||||
-rw-r--r-- | bin/MakeProjectCreator/config/rtcorbacommon.mpb | 3 |
4 files changed, 4 insertions, 9 deletions
diff --git a/bin/MakeProjectCreator/config/event.mpb b/bin/MakeProjectCreator/config/event.mpb index 8604669c7fe..d0cecd3cbe0 100644 --- a/bin/MakeProjectCreator/config/event.mpb +++ b/bin/MakeProjectCreator/config/event.mpb @@ -1,9 +1,8 @@ // -*- MPC -*- // $Id$ -project : messaging, ec_use_typed_events, naming { +project : messaging, ec_use_typed_events, naming, minimum_corba { after += CosEvent libs += TAO_CosEvent tagchecks += CosEvent - avoids += minimum_corba } diff --git a/bin/MakeProjectCreator/config/ftorbutils.mpb b/bin/MakeProjectCreator/config/ftorbutils.mpb index 427a8d1b45b..7f2cbc68b24 100644 --- a/bin/MakeProjectCreator/config/ftorbutils.mpb +++ b/bin/MakeProjectCreator/config/ftorbutils.mpb @@ -1,10 +1,8 @@ // -*- MPC -*- // $Id$ -project : iormanip, portableserver { +project : iormanip, portableserver, minimum_corba { after += FTORB_Utils libs += TAO_FTORB_Utils tagchecks += FTORB_Utils - avoids += minimum_corba } - diff --git a/bin/MakeProjectCreator/config/ftrtevent.mpb b/bin/MakeProjectCreator/config/ftrtevent.mpb index e10e4903c68..a1a9ab7e571 100644 --- a/bin/MakeProjectCreator/config/ftrtevent.mpb +++ b/bin/MakeProjectCreator/config/ftrtevent.mpb @@ -1,9 +1,8 @@ // -*- MPC -*- // $Id$ -project : ftorbutils, rtevent, naming { +project : ftorbutils, rtevent, naming, minimum_corba { after += FtRtEvent libs += TAO_FtRtEvent tagchecks += FtRtEvent - avoids += minimum_corba } diff --git a/bin/MakeProjectCreator/config/rtcorbacommon.mpb b/bin/MakeProjectCreator/config/rtcorbacommon.mpb index 4612e25c71e..91125e0fdc8 100644 --- a/bin/MakeProjectCreator/config/rtcorbacommon.mpb +++ b/bin/MakeProjectCreator/config/rtcorbacommon.mpb @@ -1,8 +1,7 @@ // -*- MPC -*- // $Id$ -project : portableserver { - avoids += minimum_corba +project : portableserver, minimum_corba { after += RTCORBA_Common libs += RTCORBA_Common includes += ../Common |