summaryrefslogtreecommitdiff
path: root/TAO/tests/Native_Exceptions/Native_Exceptions.mpc
blob: a1a5c4adc6fef64e40c5c40a16d437e2c6467c9b (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): taoexe, portableserver {
  idlflags  = -Ge 0 -Sc
  requires += exceptions

  Source_Files {
    test_i.cpp
    server.cpp
  }
}

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

  Source_Files {
    testC.cpp
    client.cpp
  }
}