summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_3552_Regression/Bug_3552_Regression.mpc
blob: c8c06c6c537c24bd7d087d397c2a9c7aa42fd16b (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, anytypecode {
  idlflags += -SS
  IDL_Files {
    struct.idl
  }
  custom_only = 1
}

project(*CDRTest): taoclient, anytypecode, codecfactory {
  after += *IDL
  exename = check

  Source_Files {
    structC.cpp
    check.cpp
  }
  IDL_Files {
  }
}