omg_basic.mpc

来自「在使用TAO的事件服务过程中」· MPC 代码 · 共 21 行

MPC
21
字号
project(*Supplier): namingexe, event_skel {
  requires += exceptions
  exename   = EchoEventSupplier
  includes += ../common
  Source_Files {
    EchoEventSupplierMain.cpp
  }
}

project(*Consumer): namingexe, event_skel {
  requires += exceptions
  exename   = EchoEventConsumer
  includes += ../common

  Source_Files {
    EchoEventConsumerMain.cpp
    EchoEventConsumer_i.cpp
  }
}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?