summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_3632_Regression/Bug_3632_Regression.mpc
blob: fb8d07ee600ffbb58095dcbf0d76ef36f25ea733 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// -*- MPC -*-
// $Id$

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

project(*test): taoclient {
  Source_Files {
    test.cpp
    testC.cpp
  }
}