Merge pull request #2303 from jwillemsen/jwi-803
[ACE_TAO.git] / TAO / orbsvcs / tests / ImplRepo / kill_server / kill_server.mpc
blobe503f89c72761ea67ce41d91f1aecee496d8de27
1 project(*idl): taoidldefaults {
2   IDL_Files {
3     Test.idl
4   }
6   custom_only = 1
9 project(*server): portableserver, orbsvcsexe, avoids_minimum_corba, iortable, imr_client, avoids_corba_e_micro, threads {
10   after += *idl
11   exename = server
12   IDL_Files {
13   }
14   Source_Files {
15     Test_i.cpp
16     server.cpp
17     Terminator.cpp
18     TestC.cpp
19     TestS.cpp
20   }
23 project(*client): taoclient, anytypecode, avoids_minimum_corba, threads {
24   after += *idl
25   exename = client
26   Source_Files {
27     client.cpp
28     TestC.cpp
29   }
30   IDL_Files {
31   }