summaryrefslogtreecommitdiff
path: root/TAO/tao/Codeset.mpc
blob: 67405531582ac2fcf8c3b35d29c241d726db2ec9 (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
33
//$Id$

project : taolib, core, tao_versioning_idl_defaults {
  sharedname   = TAO_Codeset
  dynamicflags = TAO_CODESET_BUILD_DLL
  pch_header   =
  pch_source   =

  Source_Files {
    Codeset
  }

  Header_Files {
    Codeset
  }

  Inline_Files {
    Codeset
  }

  Template_Files {
    Codeset
  }

  Resource_Files {
  }

  PIDL_Files {
  }

  IDL_Files {
  }
}