Changes to attempt to silence bcc64x
[ACE_TAO.git] / TAO / orbsvcs / tests / ImplRepo / ping_interrupt / ping_interrupt.mpc
bloba4d75a5e02f90d032bae9465fd8084667317acde
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, pi_server, interceptors {
10   after += *idl
11   exename = server
12   IDL_Files {
13   }
14   Source_Files {
15     Test_i.cpp
16     Server_ORBInitializer.cpp
17     server_interceptor.cpp
18     server.cpp
19     TestC.cpp
20     TestS.cpp
21   }