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

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

project (*test) : taoexe, valuetype {
  after     += *IDL
  exename    = test

  Source_Files {
    MessageC.cpp
    test.cpp
  }
}