Merge pull request #1551 from DOCGroup/plm_jira_333
[ACE_TAO.git] / TAO / orbsvcs / tests / ImplRepo / RestartIMR / RestartIMR.mpc
blobbdbfdeb8cf827feba6e944fa92a21a958ee733fb
1 //
2 // Really the server is the only one that needs to avoid minimum_corba and
3 // the lot.  But there's no sense in building anything if you can't build
4 // the server.
6 project(*idl): taoidldefaults, avoids_minimum_corba, avoids_corba_e_compact, avoids_corba_e_micro {
7   custom_only = 1
8   IDL_Files {
9     test.idl
10   }
13 project(*server): taoserver, imr_client, avoids_minimum_corba, avoids_corba_e_compact, avoids_corba_e_micro {
14   exename = server
15   after += *idl
16   IDL_Files {
17   }
18   Source_Files {
19     testC.cpp
20     testS.cpp
21     server.cpp
22     test_i.cpp
23   }