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

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

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