summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_2805_Regression/Bug_2805_Regression.mpc
blob: 977092b1202112924fd41440f578f8abc3e09cea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// -*- MPC -*-
project(*idl): taoidldefaults, ami {
  IDL_Files {
    ami_test.idl
  }
  custom_only = 1
}

project(*Client): messaging, taoserver, ami {
  exename = client
  after += *idl
  Source_Files {
    client.cpp
    ami_testS.cpp
    ami_testC.cpp
    ami_test_i.cpp
  }
  IDL_Files {
  }
}