supports_test.mpc

来自「这是广泛使用的通信开源项目,对于大容量,高并发的通讯要求完全能够胜任,他广泛可用」· MPC 代码 · 共 33 行

MPC
33
字号
// 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 + =
减小字号Ctrl + -
显示快捷键?