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

project(*Server): taoserver, anytypecode, exceptions {
  Source_Files {
    test_i.cpp
    server.cpp
  }
}

project(*Client): taoclient, anytypecode, exceptions {
  after += *Server
  Source_Files {
    testC.cpp
    client.cpp
  }
}