summaryrefslogtreecommitdiff
path: root/ACE/ace/ace_tkreactor.mpc
blob: 351af62857f0ddda1d78e5231fc97c8672cdaa15 (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
31
32
//  -*- MPC -*- now wouldn't this be cool...
// $Id$

project(ACE_TkReactor) : acedefaults, core, acelib, ace_tk {

  sharedname   = ACE_TkReactor
  dynamicflags = ACE_TKREACTOR_BUILD_DLL

  Source_Files {
    TkReactor
  }

  Header_Files {
    TkReactor
  }

  Inline_Files {
    TkReactor
  }

  Template_Files {
    TkReactor
  }

  Resource_Files {
    TkReactor
  }

  Pkgconfig_Files {
    TkReactor/ACE_TkReactor.pc.in
  }
}