summaryrefslogtreecommitdiff
path: root/TAO/tests/POA/Persistent_ID/Persistent_ID.mpc
blob: 8028011df4af9750e99c8556a441b5d36282c910 (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
// -*- MPC -*-
project(POA_IDL*): taoidldefaults {
  IDL_Files {
    test.idl
  }
  custom_only = 1
}

project(POA_server*): taoserver, avoids_corba_e_micro {
  after += POA_IDL*
  Source_Files {
    testC.cpp
    testS.cpp
    server.cpp
  }
  IDL_Files {
  }
}

project(POA_client*): taoserver {
  exename = client
  after += POA_IDL*
  after += POA_server*
  Source_Files {
    testC.cpp
    client.cpp
  }
  IDL_Files {
  }
}