summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorbusch_d <busch_d@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-10-28 22:12:17 +0000
committerbusch_d <busch_d@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-10-28 22:12:17 +0000
commit3b93302bce3c851277361ab1bb65f7c726b2bee4 (patch)
tree19021cf85433d51bd97fcd3ca9546cf2f5185cce /bin
parent7ba5189bcd9c999cc63401d0d62193595ff69a9b (diff)
downloadATCD-3b93302bce3c851277361ab1bb65f7c726b2bee4.tar.gz
Fri Oct 28 16:42:12 2005 Don Busch <busch_d@ociweb.com>
Add "after += Messaging" to messaging_optional.mpb to ensure that CosNaming_Serv and CosEvent_Serv always build after Messaging when Messaging is enabled
Diffstat (limited to 'bin')
-rw-r--r--bin/MakeProjectCreator/config/messaging_optional.mpb3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/MakeProjectCreator/config/messaging_optional.mpb b/bin/MakeProjectCreator/config/messaging_optional.mpb
index 16e9d1c8439..ee8637a4d1b 100644
--- a/bin/MakeProjectCreator/config/messaging_optional.mpb
+++ b/bin/MakeProjectCreator/config/messaging_optional.mpb
@@ -2,6 +2,7 @@
// $Id$
feature(corba_messaging) : valuetype, portableserver, pi {
- libs += TAO_Messaging
+ libs += TAO_Messaging
+ after += Messaging
}