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

project(*Server): taoexe, utils, portableserver, iortable {
  Source_Files {
    INS_i.cpp
    Server_i.cpp
    INS_test_server.cpp
  }
}

project(*Client): taoexe {
  Source_Files {
    INSC.cpp
    INS_test_client.cpp
  }
}