summaryrefslogtreecommitdiff
path: root/ACE/TAO/tests/Collocated_Forwarding/Collocated_Forwarding.mpc
blob: 55cd8c54a5a55dc03bf905a5524452b413139f1a (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
// -*- MPC -*-
// $Id$

project(*idl): taoidldefaults {
  IDL_Files {
    idlflags += -Gd -Sorb
    test.idl
  }
  custom_only = 1
}

project(*Server): taoserver, iormanip, pi_server, messaging, avoids_minimum_corba, avoids_corba_e_compact, avoids_corba_e_micro {
  after += *idl
  Source_Files {
    test_i.cpp
    testC.cpp
    testS.cpp
    Server_ORBInitializer.cpp
    Server_Request_Interceptor.cpp
    server.cpp
  }
  IDL_Files {
  }
}