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

project(*Server): taoserver, messaging, ami {
  Source_Files {
    ami_test_i.cpp
    server.cpp
  }
}

project(*Client): taoserver, messaging, ami {
  exename = client
  Source_Files {
    client.cpp
  }
}