summaryrefslogtreecommitdiff
path: root/TAO/tao/FoxResource.mpc
blob: 402fe472fadcb9d4a2b47f6997fff2204a8741b6 (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_FoxResource) : acelib, taolib, install, tao_output, taodefaults, ace_foxreactor, tao_versioning_idl_defaults {

  sharedname   = TAO_FoxResource
  dynamicflags += TAO_FOCRESOURCE_BUILD_DLL

  Source_Files {
    FoxResource
  }

  Header_Files {
    FoxResource
  }

  Inline_Files {
  }

  Template_Files {
  }

  Resource_Files {
  }

  PIDL_Files {
  }

  IDL_Files {
  }
}