summaryrefslogtreecommitdiff
path: root/TAO/tests/Any/Indirected/IndirectedTest.mpc
blob: 483f231c9d43892091aff9f6d9d91a8cb6b6b73f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
// -*- MPC -*-
//
// $Id$

project(*idl): taoidldefaults, valuetype {
  IDL_Files {
    test.idl
  }
  custom_only = 1
}

project(*Client): taoclient, valuetype, typecodefactory {
  exename = client
  after += *idl

  Source_Files {
    testC.cpp
    client.cpp
  }
  IDL_Files {
  }
}