summaryrefslogtreecommitdiff
path: root/modules/CIAO/examples/Null_Component/StaticDAnCEApp.mpc
blob: 5c256aef47ac581a6f63bbee7cd51b1fb3d344da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
// -*- MPC -*-
// $Id$

project(Null_Component_StaticDAnCEApp): iortable, ciaoidldefaults {
  after    += Null_Component_svnt
  exename   = StaticDAnCEApp
  requires += dummy_label
  libs     += Null_Interface_stub
  libs     += Null_Interface_skel
  libs     += Null_Component_stub
  libs     += Null_Component_svnt
  libs     += Null_Component_exec

  IDL_Files {
  }

  Source_Files {
    StaticDAnCEApp.cpp
  }

  Header_Files {
    plan.h
  }

  Inline_Files {
  }
}