summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/InterfaceRepo/Application_Test/IFR_Application_Test.mpc
blob: 3396f7a98febf4be650009be10b20799bafa4429 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// -*- MPC -*-
// $Id$

project(*server): taoexe, portableserver, ifr_client, minimum_corba {

  Source_Files {
    test_i.cpp
    server.cpp
  }
}

project(*client): taoexe, portableserver, ifr_client, dynamicinterface, minimum_corba {

  IDL_Files {
  }

  Source_Files {
    ifr_dii_client.cpp
    client.cpp
  }
}