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

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

  Source_Files {
    cubitC.cpp
    client.cpp
  }
}