Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / tests / Bug_1482_Regression / Bug_1482_Regression.mpc
blob97f849245ead6b7b3c1d01bc1d9428db258beb13
1 // -*- MPC -*-
2 project(*idl): taoidldefaults, amh, ami {
3   IDL_Files {
4     Test.idl
5   }
6   custom_only = 1
9 project(*Server): taoserver, amh, ami, iortable, portableserver {
10   after += *idl
11   Source_Files {
12     Hello.cpp
13     Server_Task.cpp
14     server.cpp
15     TestC.cpp
16     TestS.cpp
17   }
18   IDL_Files {
19   }
22 project(*Client): taoserver, amh, ami {
23   exename = client
24   after += *idl
25   Source_Files {
26     Client_Task.cpp
27     Reply_Handler.cpp
28     client.cpp
29     TestC.cpp
30     TestS.cpp
31   }
32   IDL_Files {
33   }