Merge pull request #2318 from jwillemsen/jwi-add_forward_profiles
[ACE_TAO.git] / TAO / orbsvcs / tests / ImplRepo / MT_stress / MT_stress.mpc
blobfadd6cfdd53c881702f07c945d778f839ad7d885
1 project(*idl): taoidldefaults {
2   IDL_Files {
3     test.idl
4   }
6   custom_only = 1
9 project(*server) : portableserver, namingexe, avoids_minimum_corba, imr_client, avoids_corba_e_micro {
10   after += *idl
11   exename = server
12   IDL_Files {
13   }
15   Source_Files {
16     testC.cpp
17     testS.cpp
18     server_i.cpp
19     server.cpp
20   }
23 project(*client) : portableserver, namingexe, avoids_minimum_corba, iortable {
24   after += *idl
25   exename = client
26   IDL_Files {
27   }
29   Source_Files {
30     testC.cpp
31     testS.cpp
32     client.cpp
33   }