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

project(*Server): taoexe, portableserver {
  idlflags += -Sc -St
  Source_Files {
    test_i.cpp
    server.cpp
  }
}

project(*Client): taoexe {
  idlflags += -Sc -St
  after += *Server
  Source_Files {
    testC.cpp
    client.cpp
  }
}