diff options
Diffstat (limited to 'ACE/bin/MakeProjectCreator/config/notify_serv.mpb')
-rw-r--r-- | ACE/bin/MakeProjectCreator/config/notify_serv.mpb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ACE/bin/MakeProjectCreator/config/notify_serv.mpb b/ACE/bin/MakeProjectCreator/config/notify_serv.mpb new file mode 100644 index 00000000000..e8360b407c5 --- /dev/null +++ b/ACE/bin/MakeProjectCreator/config/notify_serv.mpb @@ -0,0 +1,10 @@ +// -*- MPC -*- +// $Id$ +// NOTE: this is for *users* of CosNotification_serv. Use +// Notification_serv.mpb to build CosNotification_serv. + +project : orbsvcslib, notification, event_serv, etcl, dynamicany { + after += CosNotification_Serv + libs += TAO_CosNotification_Serv + libs += TAO_CosNotification_Skel +} |