summaryrefslogtreecommitdiff
path: root/TAO/tao/Codeset.mpc
blob: 76a03c004e047a1a63513f39431f2953ad3f3471 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
//$Id$
project : taolib, core {
  sharedname   = TAO_Codeset
  dynamicflags = TAO_CODESET_BUILD_DLL
  pch_header   =
  pch_source   =

  Source_Files {
    Codeset
  }

  Header_Files {
    Codeset
  }

  Inline_Files {
    Codeset
  }

  Template_Files {
    Codeset
  }
}