summaryrefslogtreecommitdiff
path: root/ACE/TAO/tao/XtResource.mpc
blob: 838f502b7b30cf7adbdd8a0ce6a63eabeedb341e (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(TAO_XtResource) : acelib, taolib, install, tao_output, taodefaults, ace_xtreactor, taoidldefaults {
  sharedname   = TAO_XtResource
  dynamicflags += TAO_XTRESOURCE_BUILD_DLL

  Source_Files {
    XtResource
  }

  Header_Files {
    XtResource
  }

  Inline_Files {
  }

  Template_Files {
  }

  Resource_Files {
  }

  PIDL_Files {
  }

  IDL_Files {
  }
}