Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / MPC / config / taodefaults.mpb
blob29fc8b6266ee3b872f043e034f524b008713d22e
1 // -*- MPC -*-
2 project : tao_vc8warnings {
3   staticflags += TAO_AS_STATIC_LIBS
4   includes    += $(TAO_ROOT)
5   libpaths    += $(ACE_ROOT)/lib
8 // If the corba_messaging feature is disabled, then we need
9 // to add the TAO_HAS_CORBA_MESSAGING=0 macro onto the command line.
10 feature(!corba_messaging) {
11   macros += TAO_HAS_CORBA_MESSAGING=0
14 // If the transport current feature is disabled, then we need
15 // to add the TAO_HAS_TRANSPORT_CURRENT=0 macro onto the command line.
16 feature(!transport_current) {
17   macros += TAO_HAS_TRANSPORT_CURRENT=0