summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/Cubit/TAO/DII_Cubit/DII_Cubit.mpc
blob: f1ee9d20e411b5fe6cdc538876eec503bcfeddb8 (plain)
1
2
3
4
5
6
7
8
9
10
11
project(*client): taoserver, strategies, dynamicinterface {
  exename   = client
  after    += IDL_Cubit_Server_Exe 
  libs     += 
  idlflags += -Gd

  Source_Files {
    cubitC.cpp
    client.cpp
  }
}