⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 taodefaults.mpb

📁 ACE编程的一本经典BIBLE的源代码,喜欢网络编程的别错过
💻 MPB
字号:
// -*- MPC -*-
// taodefaults.mpb,v 1.5 2006/01/17 15:37:50 elliott_c Exp

project {
  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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -