summaryrefslogtreecommitdiff
path: root/modules/CIAO/tools/Config_Handlers/DynAny_Handler/test.mpc
blob: 55ce7ca31ec2bf8ef5a4d2d70c9489b8cdea7af3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// $Id$
project (XSC_DynAny_Test) : ciao_config_handlers, ifr_client, ciaoidldefaults {
  requires += dummy_label
  exename = test
  macros   += XML_USE_PTHREADS

  IDL_Files {
    dynany_test.idl
  }

  Source_Files {
    test.cpp
  }
}