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

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

  Source_Files {
    test_i.cpp
    server.cpp
  }
}

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

  IDL_Files {
  }

  Source_Files {
    ifr_dii_client.cpp
    client.cpp
  }
}