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

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

project(*Client): taoserver, iortable {
  exename = client
  idlflags += -Gp -Gd -Sa -St
  after += *Server
  Source_Files {
    client.cpp
    MyInterfaceImpl.cpp
  }
}