summaryrefslogtreecommitdiff
path: root/TAO/examples/POA/TIE/POA_TIE.mpc
blob: 44173cfafa54716c3ea01337ae04de595dab598a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// -*- MPC -*-
// $Id$

project(*Client) : taoclient, minimum_corba {
  source_files {
    client.cpp
    testC.cpp
  }
}

project(*Server) : taoserver, minimum_corba {
  source_files {
    test_i.cpp
    server.cpp
  }
}