ACE+TAO-6_5_17
[ACE_TAO.git] / TAO / tests / Stack_Recursion / Stack_Recursion.mpc
blob65b758f4edfb6f275a7d21a6e4c23be01a7abc1b
1 // -*- MPC -*-
2 project(*idl): taoidldefaults {
3   IDL_Files {
4     Test.idl
5   }
6   custom_only = 1
9 project(*Server): taoserver {
10   after += *idl
11   Source_Files {
12     server.cpp
13     Server_Task.cpp
14     Sender.cpp
15   }
16   Source_Files {
17     TestC.cpp
18     TestS.cpp
19   }
20   IDL_Files {
21   }
24 project(*Client): taoclient, anytypecode {
25   after += *idl
26   Source_Files {
27     client.cpp
28     Client_Task.cpp
29   }
30   Source_Files {
31     TestC.cpp
32   }
33   IDL_Files {
34   }