summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_3821_Regression/Bug_3821_Regression.mpc
blob: a38353822bc6350bf0caa3680a9ab3caa803afb0 (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 {
  idlflags += -SS

  IDL_Files {
    test.idl
  }
  custom_only = 1
}

project(*Test): taoclient {
  after += *idl

  Source_Files {
    testC.cpp
    test.cpp
  }
  IDL_Files {
  }
}