summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_3801_Regression/Bug_3801_Regression.mpc
blob: b51d1214a978e9a13f7914fd14a627a45e5c62f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
// -*- MPC -*-
project(*idl): taoidldefaults, ami {
  IDL_Files {
    ami_test.idl
  }
  custom_only = 1
}

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

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