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

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

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