summaryrefslogtreecommitdiff
path: root/TAO/tests/Dynamic_TP/POA_Loader/Dynamic_TP_POA_Test_Dynamic/Dynamic_TP_POA_Test_Dynamic.mpc
blob: d9a2b265c54c35399f8555e475c2bd7b65b5ce29 (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
// -*- MPC -*-
project(*idl): taoidldefaults, avoids_corba_e_compact, avoids_corba_e_micro, threads {
  IDL_Files {
    Test.idl
  }
  custom_only = 1
}

project(Dynamic_TP_POA_Test_Dynamic_Server): taoserver, csd_framework, dynamic_tp, avoids_corba_e_compact, avoids_corba_e_micro, threads {
  after += *idl
  Source_Files {
    Hello.cpp
    server.cpp
    TestC.cpp
    TestS.cpp
  }

  IDL_Files {
  }

}

project(Dynamic_TP_POA_Test_Dynamic_Client): taoclient, avoids_corba_e_compact, avoids_corba_e_micro, threads {
  after += Dynamic_TP_POA_Test_Dynamic_Server
  Source_Files {
    TestC.cpp
    client.cpp
  }

  IDL_Files {
  }

}