summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/InterfaceRepo/Application_Test/IFR_Application_Test.mpc
blob: 30860084757a59ffef62f0b4f9790df5d9150774 (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, minimum_corba {
  exename = server

  Source_Files {
    test_i.cpp
    server.cpp
  }
}

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

  IDL_Files {
  }

  Source_Files {
    ifr_dii_client.cpp
    client.cpp
  }
}