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

project(*Server): strategies, messaging, taoexe, portableserver {
  Source_Files {
    simple_test_i.cpp
    server.cpp
  }
}

project(*Client): strategies, messaging, taoexe, portableserver {
  Source_Files {
    simple_testC.cpp
    client.cpp
  }
}