summaryrefslogtreecommitdiff
path: root/trunk/TAO/tao/extra_core.mpb
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/TAO/tao/extra_core.mpb')
-rw-r--r--trunk/TAO/tao/extra_core.mpb15
1 files changed, 15 insertions, 0 deletions
diff --git a/trunk/TAO/tao/extra_core.mpb b/trunk/TAO/tao/extra_core.mpb
new file mode 100644
index 00000000000..349f3e6cfdf
--- /dev/null
+++ b/trunk/TAO/tao/extra_core.mpb
@@ -0,0 +1,15 @@
+// -*- MPC -*-
+// $Id$
+
+feature(!minimum_corba) {
+ Source_Files(TAO_COMPONENTS) {
+ Dynamic_Adapter.cpp
+ }
+}
+
+feature(corba_messaging) {
+ Source_Files(TAO_COMPONENTS) {
+ Policy_Manager.cpp
+ Buffering_Constraint_Policy.cpp
+ }
+}