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

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