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