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

project(*Server): taoserver, utils {
  Source_Files {
    server.cpp
  }
}

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