summaryrefslogtreecommitdiff
path: root/TAO/tests/DynUnion_Test/dynunion_test.mpc
blob: 9df25fa2b3b92fc0e36d260590376fa25d8cf010 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// $Id$

project(*IDL): dynamicany {
  IDL_Files {
    dynany.idl
  }
  custom_only = 1
}


project(dynuniontest): dynamicany, typecodefactory {
  exename = dynuniontest
  after += *IDL
  Source_Files {
    DynUnionTest.cpp
    dynanyC.cpp
  }
  IDL_Files {
  }
}