summaryrefslogtreecommitdiff
path: root/ACE/tests/HTBP/Send_Large_Msg/Send_Large_Msg.mpc
blob: d973b59748f4394581c70c46fc186e0985b97466 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
// -*- MPC -*-
//
// $Id$

project(*Server): aceexe, htbp {
  exename = server
  after  += Test_Output
  libs   += Test_Output

  Source_Files {
    server.cpp
  }
}

project(*Client): aceexe, htbp {
  exename = client
  after  += Test_Output
  libs   += Test_Output

  Source_Files {
    client.cpp
  }
}