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

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

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