summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_3552_Regression/Bug_3552_Regression.mpc
blob: 22184482a907d002cb2afd8e17240f19733a075f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// -*- MPC -*-
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 {
  }
}