summaryrefslogtreecommitdiff
path: root/TAO/tao/XtResource.mpc
blob: 28e0c508a4c768c7fcade418b63a0521b1aee416 (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_XtResource) : acelib, taolib, install, tao_output, taodefaults, ace_xtreactor, tao_versioning_idl_defaults {

  sharedname   = TAO_XtResource
  dynamicflags += TAO_XTRESOURCE_BUILD_DLL

  Source_Files {
    XtResource
  }

  Header_Files {
    XtResource
  }

  Inline_Files {
  }

  Template_Files {
  }

  Resource_Files {
  }

  PIDL_Files {
  }

  IDL_Files {
  }
}