summaryrefslogtreecommitdiff
path: root/TAO/tests/UNKNOWN_Exception/UNKNOWN_Exception.mpc
blob: 79cf0d0b3e12c3d8d584ef1affb2187b2a1d8c1f (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, exceptions {
  idlflags  = -Ge 0
  Source_Files {
    testC.cpp
    client.cpp
  }
}