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

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

project(*test): taoclient {
  after += *idl
  Source_Files {
    test.cpp
    testC.cpp
  }
}