summaryrefslogtreecommitdiff
path: root/TAO/tests/Dynamic_TP/POA_Loader/Dynamic_TP_POA_Test_Static/Dynamic_TP_POA_Test_Static.mpc
blob: 7987796f85370c6430c153d74ae0a07552298e4c (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(Dynamic_TP_POA_Test_Static_idl): taoidldefaults, avoids_corba_e_compact, avoids_corba_e_micro {
  IDL_Files {
    Test.idl
  }
  custom_only = 1
}

project(Dynamic_TP_POA_Test_Static_Server): taoserver, csd_threadpool, dynamic_tp, avoids_corba_e_compact, avoids_corba_e_micro {
  after += Dynamic_TP_POA_Test_Static_idl
  Source_Files {
    Hello.cpp
    server.cpp
    TestC.cpp
    TestS.cpp
  }

  IDL_Files {
  }

}

project(Dynamic_TP_POA_Test_Static_Client): taoclient, avoids_corba_e_compact, avoids_corba_e_micro {
  after += Dynamic_TP_POA_Test_Static_Server
  Source_Files {
    TestC.cpp
    client.cpp
  }

  IDL_Files {
  }

}