📄 two_way.mpc
字号:
// -*- MPC -*-
// Two_Way.mpc,v 1.5 2003/12/23 21:04:24 dhinton Exp
project(*application): messaging, rteventexe, naming {
after += ECMcastTests_lib
libs += ECMcastTests
includes += ../Common
exename = application
Source_Files {
application.cpp
}
}
project(*gateway-ec): messaging, rteventexe, naming {
after += ECMcastTests_lib
libs += ECMcastTests
includes += ../Common
exename = gateway-ec
Source_Files {
gateway-ec.cpp
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -