summaryrefslogtreecommitdiff
path: root/TAO/tests/Portable_Interceptors/AMI/Portable_Interceptors_AMI.mpc
blob: ae1e44f85ea46c249c918a4a2ff3b5703b11cf81 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
project(*Client) : messaging, taoserver, ami {
  exename = client
  source_files {
    client.cpp
    Client_Interceptor.cpp
    Client_ORBInitializer.cpp
    Echo_Handler.cpp
  }
}

project(*server) : messaging, taoserver, ami {
  exename = server 
  source_files {
    server.cpp
    Server_Interceptor.cpp
    Server_ORBInitializer.cpp
    Echo.cpp
  }
}