summaryrefslogtreecommitdiff
path: root/TAO/tao/extra_core.mpb
blob: eeb2801d5b6501072c4ecdaf01b6552fb9468832 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
// -*- MPC -*-
// $Id$

feature(!minimum_corba) {
  Source_Files(TAO_COMPONENTS) {
    ORB_Core {
      ServicesC.cpp
      NVList.cpp
      Dynamic_Adapter.cpp
    }
  }
}

feature(corba_messaging) {
  Source_Files(TAO_COMPONENTS) {
    ORB_Core {
      Policy_Manager.cpp
      Buffering_Constraint_Policy.cpp
      Messaging_PolicyValueC.cpp
     }
  }
}