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

project(*Server): taoserver, exceptions {
  idlflags  = -Ge 0
  Source_Files {
    server.cpp
  }
}

project(*Client): taoclient, anytypecode, exceptions {
  idlflags  = -Ge 0
  Source_Files {
    testC.cpp
    client.cpp
  }
}