summaryrefslogtreecommitdiff
path: root/TAO/tests/POA/Persistent_ID/Persistent_ID.mpc
blob: da50f0ec27f8d2ff790ef7db3ac2ceb73f46492c (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
34
35
36
// -*- MPC -*-
// $Id$

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

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

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