summaryrefslogtreecommitdiff
path: root/TAO/tests/DII_AMI_Forward/DII_AMI_Forward.mpc
blob: 84c7d8b6fda96a1f2be85c55174fbedb9818c7a3 (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
26
27
28
29
30
31
32
33

project(*idl): taoidldefaults {
  IDL_Files {
    test.idl
  }
  custom_only = 1;
}

project (*Client): taoclient, dynamicinterface {
  after += *idl
  Source_Files {
    client.cpp
    DII_ReplyHandler.cpp
    testC.cpp
  }
  IDL_Files {
  }
}

project (*Server): messaging, pi_server, taoserver, avoids_minimum_corba {
  after += *idl
  IDL_Files {
  }

  Source_Files {
    server.cpp
    testC.cpp
    testS.cpp
    test_i.cpp
    orb_initializer.cpp
    server_interceptor.cpp
  }
}