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

project(*Server): taoserver, iortable {
  idlflags += -Sa -St
  Source_Files {
    test_i.cpp
    server.cpp
  }
}

project(*Client): taoclient {
  after += *Server
  Source_Files {
    TestC.cpp
    client.cpp
  }
}