summaryrefslogtreecommitdiff
path: root/TAO/tao/TkResource.mpc
blob: 8f4ed831b0f6a741b33f31ece1f60c4eedddc692 (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
//  -*- MPC -*- now wouldn't this be cool...
// $Id$

project(TAO_TkResource) : acelib, taolib, taoversion, core, tao_output, taodefaults, ace_tkreactor {

  sharedname   = TAO_TkResource
  dynamicflags += TAO_TKRESOURCE_BUILD_DLL

  Source_Files {
    TkResource_Factory.cpp
    TkResource_Loader.cpp
  }

  Header_Files {
    TkResource_Factory.h
    TkResource_Loader.h
    TAO_TkResource_Export.h
  }

  Inline_Files {
  }

  Template_Files {
  }

  Resource_Files {
  }

  PIDL_Files {
  }
}