summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/ImplRepo/ping_interrupt/ping_interrupt.mpc
blob: 158a6f6408e73bc4bc8a3b02e1e2e80cdfbc1d84 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
// $Id$

project(*idl): taoidldefaults {
  IDL_Files {
    Test.idl
  }

  custom_only = 1
}

project(*server): portableserver, orbsvcsexe, avoids_minimum_corba, iortable, imr_client, avoids_corba_e_micro, threads, pi_server, interceptors {
  after += *idl
  exename = server
  IDL_Files {
  }
  Source_Files {
    Test_i.cpp
    Server_ORBInitializer.cpp
    server_interceptor.cpp
    server.cpp
    TestC.cpp
    TestS.cpp
  }
}