Merge pull request #1551 from DOCGroup/plm_jira_333
[ACE_TAO.git] / TAO / orbsvcs / tests / Bug_4080_Regression / Bug_4080_Regression.mpc
blobbfe192d2b21499a4c1b87bee29e39533a8cd441e
1 // -*- MPC -*-
2 //
4 project(*IDL): taoidldefaults {
5   IDL_Files {
6     test.idl
7   }
8   custom_only = 1
11 project(*Server) : taoserver, portablegroup {
12   exename = bug4080_server
13   after += *IDL
15   Source_Files {
16     test_impl.cpp
17     testC.cpp
18     testS.cpp
19     server.cpp
20   }
21   IDL_Files {
22   }
25 project(*Client) : taoclient, portablegroup {
26   exename = bug4080_client
27   after += *IDL
29   Source_Files {
30     testC.cpp
31     client.cpp
32   }
33   IDL_Files {
34   }