summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_2429_Regression/Bug_2429_Regression.mpc
blob: 27af500c3e690fbb489d83b5ce4c66cf1b51c2c0 (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, messaging {
  exename   = server
  idlflags += -Ge 1 -GC

  Source_Files {
    server.cpp
    ChildServant.cpp
  }
}

project(*Client) : taoclient, messaging {
  exename   = client
  idlflags += -Ge 1 -GC

  Source_Files {
    client.cpp
  }
}