rtoldevent.mpc

来自「这是广泛使用的通信开源项目,对于大容量,高并发的通讯要求完全能够胜任,他广泛可用」· MPC 代码 · 共 36 行

MPC
36
字号
// -*- MPC -*-
// RTOLDEvent.mpc,v 1.9 2003/12/23 21:04:24 dhinton Exp

project(RTOLDEvent) : orbsvcslib, core, rtevent, rtsched, naming, svc_utils, portableserver {
  sharedname   = TAO_RTOLDEvent
  dynamicflags = TAO_RTOLDEVENT_BUILD_DLL
  tagchecks   += RTOLDEvent
  // Add this include path for precompiled headers
  includes    += $(TAO_ROOT)/orbsvcs/orbsvcs

  IDL_Files {
  }

  Source_Files(ORBSVCS_COMPONENTS) {
    RTOLDEvent {
      Event/BCU.cpp
      Event/Dispatching_Modules.cpp
      Event/Event_Channel.cpp
      Event/Event_Manip.cpp
      Event/GPlot_File.cpp
      Event/Local_ESTypes.cpp
      Event/Memory_Pools.cpp
      Event/Module_Factory.cpp
      Event/ReactorTask.cpp
      Event/RT_Task.cpp
      Event/Timer_Module.cpp
    }
  }

  // Since the resource file for RTOLDEvent does
  // not match the project name, we must explicitly list it.
  Resource_Files {
    RTOldEvent.rc
  }
}

⌨️ 快捷键说明

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