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

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

project(*Client): taoclient, anytypecode {
  Source_Files {
    testC.cpp
    client.cpp
  }
}