taodefaults.mpb
来自「ACE自适配通信环境(ADAPTIVE Communication Enviro」· MPB 代码 · 共 19 行
MPB
19 行
// -*- MPC -*-// taodefaults.mpb,v 1.5 2006/01/17 15:37:50 elliott_c Expproject { staticflags += TAO_AS_STATIC_LIBS includes += $(TAO_ROOT) libpaths += $(ACE_ROOT)/lib specific(automake) { am_version = @TAO_MAJOR@:@TAO_MINOR@:@TAO_BETA@ includes += $(TAO_BUILDDIR) }}// If the corba_messaging feature is disabled, then we need// to add the TAO_HAS_CORBA_MESSAGING=0 macro onto the command line.feature(!corba_messaging) { macros += TAO_HAS_CORBA_MESSAGING=0}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?