summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/Cubit/TAO/DII_Cubit/DII_Cubit.mpc
blob: 3d6ccc86d5f989cdfd2ce9da0ec85d73b4809a9a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// -*- MPC -*-
// $Id$

project(*client): taoexe, portableserver, strategies, dynamicinterface, minimum_corba {
  after    += IDL_Cubit_Server
  avoids   += ace_for_tao
  idlflags += -Gd

  Source_Files {
    cubitC.cpp
    client.cpp
  }
}