summaryrefslogtreecommitdiff
path: root/TAO/examples/TypeCode_Creation/TypeCode_Creation.mpc
blob: 7eaef3102a4aa147229732226b4bfd5719b2fd8b (plain)
1
2
3
4
5
6
7
8
9
10
// $Id$

project (TypeCode_Creation_Test) : taoclient, typecodefactory, ifr_client {
  avoids  += minimum_corba
  exename  = create_tc
  Source_Files {
    testC.cpp
    main.cpp
  }
}