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

project(*Server): taoserver {
  idlflags  = -Ge 0 -Sc
  requires += exceptions

  Source_Files {
    test_i.cpp
    server.cpp
  }
}

project(*Client): taoclient {
  idlflags  = -Ge 0 -Sc
  requires += exceptions

  Source_Files {
    testC.cpp
    client.cpp
  }
}