summaryrefslogtreecommitdiff
path: root/ACE/protocols/tests/HTBP/ping/ping.mpc
blob: 61e59146a939a4a6bd6496147b93f9c63b90f10c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// -*- MPC -*-
//
// $Id$

project(*Server): aceexe, htbp {
  exename = server

  Source_Files {
    server.cpp
  }
}

project(*Client): aceexe, htbp {
  exename = client

  Source_Files {
    client.cpp
  }
}