summaryrefslogtreecommitdiff
path: root/TAO/tests/RTCORBA/Persistent_IOR/RTCORBA_Persistent_IOR.mpc
blob: cfd4ad1ed705d0b72588af6fd0a05496c1391a18 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// -*- MPC -*-
// $Id$

project(*Server): rt_server, minimum_corba {
  exename = server
  Source_Files {
    server.cpp
  }
}

project(*Client): rt_client, minimum_corba {
  exename = client
  after += *Server
  Source_Files {
    testC.cpp
    client.cpp
  }
}