Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git] / TAO / MPC / config / taodefaults.mpb
blob89e08a6cee1d85b157440c05df822203cc6a3f50
1 // -*- MPC -*-
2 project : tao_rules, 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