summaryrefslogtreecommitdiff
path: root/tests/Bug_3941_Regression/Bug_3941_Regression.mpc
blob: da3efeb647e59f8f862a70014fb7fa071c079e9a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
// -*- MPC -*-
// $Id$

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

project(*Test): taoclient, anytypecode, valuetype {
  after += *idl
  exename = test3941

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