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

project(*Server): taoserver {
  idlflags += -Gv -GH
  Source_Files {
    server.cpp
  }
}

project(*Client): taoserver {
  exename = client
  idlflags += -Gv -GH
  Source_Files {
    client.cpp
  }
}