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

project(*client) : taoclient, portableserver, tao_flresource {
  source_files {
    client.cpp
  }
}

project(*server) : taoserver, tao_flresource {
  after += *client
  source_files {
    server.cpp
    test_i.cpp
  }
}