svr_conc_leader_follower.mpc
来自「ACE编程的一本经典BIBLE的源代码,喜欢网络编程的别错过」· MPC 代码 · 共 19 行
MPC
19 行
// -*- MPC -*-
// Svr_Conc_Leader_Follower.mpc,v 1.3 2005/11/11 17:26:34 isisbuilds Exp
project : aceexe {
avoids += ace_for_tao
exename = leader_follower
source_files {
leader_follower.cpp
}
}
project(*RT_CORBA) : aceexe {
avoids += ace_for_tao
exename = RT_CORBA_Leader_Follower
source_files {
RT_CORBA_Leader_Follower.cpp
}
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?