📄 supports_test.mpc
字号:
// Supports_Test.mpc,v 1.3 2004/01/01 15:50:06 jwillemsen Exp
project(*Server): taoserver, valuetype, strategies {
exename = server
// This is just a dummy_lable to prevent the test from being compiled
// in MPC builds
requires += dummy_label
Source_Files {
server.cpp
Supports_Test_impl.cpp
Supports_TestC.cpp
Supports_TestS.cpp
}
Header_Files {
Supports_Test_impl.h
Supports_TestC.h
Supports_TestS.h
}
}
project(*Client): taoclient, taoserver, valuetype {
exename = client
// This is just a dummy_lable to prevent the test from being compiled
// in MPC builds
requires += dummy_label
Source_Files {
client.cpp
Supports_Test_impl.cpp
Supports_TestC.cpp
Supports_TestS.cpp
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -