svc_cfg_ipc_server.mpc

来自「ACE自适配通信环境(ADAPTIVE Communication Enviro」· MPC 代码 · 共 31 行

MPC
31
字号
// -*- MPC -*-// Svc_Cfg_IPC_Server.mpc,v 4.3 2005/11/11 17:26:34 isisbuilds Expproject(*Lib) : acelib {  avoids    += ace_for_tao  sharedname = IPC_Tests_Server  dynamicflags += ACE_BUILD_SVC_DLL  Source_Files {    Handle_Broadcast.cpp    Handle_L_CODgram.cpp    Handle_L_Dgram.cpp    Handle_L_FIFO.cpp    Handle_L_Pipe.cpp    Handle_L_SPIPE.cpp    Handle_L_Stream.cpp    Handle_R_Stream.cpp    Handle_Thr_Stream.cpp    Handle_Timeout.cpp  }}project(*test) : aceexe {  avoids    += ace_for_tao  exename = server_test  after  += Svc_Cfg_IPC_Server_Lib  libs   += IPC_Tests_Server  Source_Files {    server_test.cpp  }}

⌨️ 快捷键说明

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