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

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

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