Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / tests / ICMG_Any_Bug / Hello.mpc
blob258760f62025fe89fdfd8b3ac612f8958fee8cd6
1 // -*- MPC -*-
2 project(ICMG_Any_Bug_Hello_IDL): taoidldefaults {
3   idlflags -= -St
4   idlflags -= -Sa
5   IDL_Files {
6     Test.idl
7   }
8   custom_only = 1
11 project(ICMG_Any_Bug_Hello_Server): taoserver {
12   after += ICMG_Any_Bug_Hello_IDL
13   Source_Files {
14     TestC.cpp
15     TestS.cpp
16     Hello.cpp
17     HelloWorld.cpp
18     server.cpp
19   }
20   IDL_Files {
21   }
24 project(ICMG_Any_Bug_Hello_Client): taoclient, ifr_client, dynamicinterface, avoids_minimum_corba, avoids_corba_e_compact, avoids_corba_e_micro {
25   after += ICMG_Any_Bug_Hello_IDL
26   Source_Files {
27     TestC.cpp
28     client.cpp
29   }
30   IDL_Files {
31   }