summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_1482_Regression/test.mpc
blob: db29b4062dd4098a767a16ced5456511763798f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// -*- MPC -*-
// $Id$

project(Bug_1482_Server): taoserver, amh, ami, iortable, portableserver {
  Source_Files {
    Hello.cpp
    Server_Task.cpp
    server.cpp
  }
}

project(Bug_1482_Client): taoserver, amh, ami {
  exename = client
  Source_Files {
    Client_Task.cpp
    Reply_Handler.cpp
    client.cpp
  }
}