?? gateway.mpc
字號:
// -*- MPC -*-
// gateway.mpc,v 1.2 2003/12/23 20:23:20 dhinton Exp
project(Gateway) : acelib {
sharedname = Gateway
Source_Files {
Concrete_Connection_Handlers.cpp
Config_Files.cpp
File_Parser.cpp
Gateway.cpp
Event_Channel.cpp
Event_Forwarding_Discriminator.cpp
Options.cpp
Connection_Handler.cpp
Connection_Handler_Acceptor.cpp
Connection_Handler_Connector.cpp
}
}
project(gatewayd) : aceexe {
after += Gateway
libs += Gateway
Source_Files {
gatewayd.cpp
}
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -