summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_3632_Regression/Bug_3632_Regression.mpc
blob: 141123e7452e0ef4c14b3ca0bb6843f5e9e8ab52 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// -*- MPC -*-
project(*idl): taoidldefaults {
  IDL_Files {
    test.idl
  }
  custom_only = 1
}

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