summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Property/Property.mpc
blob: 6e8b8e678f82a26d59e8883f643eb117f23f5638 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// -*- MPC -*-
// $Id$

project(*server): namingexe, property_serv, utils {
  Source_Files {
    server.cpp
  }
}

project(*client): namingexe, property, utils {
  Source_Files {
    client.cpp
  }
}