Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / tests / Bug_2234_Regression / Bug_2234_Regression.mpc
blobf44af041529ef18f0b8608a67c2e5e972a32ef50
1 // -*- MPC -*-
2 project(*idl): taoidldefaults,anytypecode {
3   IDL_Files {
4     Test.idl
5   }
6   custom_only = 1
9 project (*client) : taoclient,anytypecode {
10   after += *idl
12   Source_Files {
13     TestC.cpp
14     client.cpp
15   }
16   IDL_Files {
17   } 
20 project (*server) : taoserver,pi_server {
21   after += *idl
22   after += *client
23    
24   Source_Files {
25     TestC.cpp
26     TestS.cpp
27     server.cpp
28   }
29   IDL_Files {
30   }