summaryrefslogtreecommitdiff
path: root/TAO/tests/Collocated_Forwarding/Collocated_Forwarding.mpc
blob: 62c4013b38db83b97224c24e80381ec95d14c75c (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 {
  after += *idl
  Source_Files {
    test_i.cpp
    testC.cpp
    testS.cpp
    Server_ORBInitializer.cpp
    Server_Request_Interceptor.cpp
    server.cpp
  }
  IDL_Files {
  }
}