Merge pull request #2216 from jwillemsen/jwi-cxxversionchecks
[ACE_TAO.git] / TAO / orbsvcs / tests / ImplRepo / PICurrent / PICurrent_ImR_test.mpc
blob0f31202bdbace5cf4c5587f89b477a524c32cb42
1 project(*idl): taoidldefaults {
2   IDL_Files {
3     Test.idl
4   }
5   custom_only = 1
8 project(*Server): portableserver, orbsvcsexe, avoids_minimum_corba, iortable, imr_client, avoids_corba_e_micro, threads {
9   exename = server
10   after += *idl
11   Source_Files {
12     Test_i.cpp
13     Server.cpp
14     Terminator.cpp
15   }
16   Source_Files {
17     TestC.cpp
18     TestS.cpp
19   }
20   IDL_Files {
21   }
24 project(*Client): taoclient, anytypecode, avoids_minimum_corba, threads, pi, interceptors {
25   exename = client
26   after += *idl
27   Source_Files {
28     Client.cpp
29   }
30   Source_Files {
31     TestC.cpp
32   }
33   IDL_Files {
34   }