summaryrefslogtreecommitdiff
path: root/ACE/ace/ace_xtreactor.mpc
blob: 9d8c44e666f3464f104772de29b5a24025356113 (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
29
30
//  -*- MPC -*- now wouldn't this be cool...
// $Id$

project(ACE_XtReactor) : acedefaults, core, acelib, ace_xt {

  sharedname   = ACE_XtReactor
  dynamicflags = ACE_XTREACTOR_BUILD_DLL

  Source_Files {
    XtReactor.cpp
  }

  Header_Files {
    XtReactor.h
    ACE_XtReactor_export.h
  }

  Inline_Files {
  }

  Template_Files {
  }

  Resource_Files {
  }

  Pkgconfig_Files {
    ACE_XtReactor.pc.in
  }
}