summaryrefslogtreecommitdiff
path: root/TAO/tao/Codeset.mpc
blob: f57a6cee2658a0408dd37e67ad0cdb277eb589fa (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
34
35
36
37
38
//$Id$

project(Codeset) : taolib, tao_output, install, tao_versioning_idl_defaults, nolink_codecfactory {
  sharedname   = TAO_Codeset
  dynamicflags = TAO_CODESET_BUILD_DLL
  pch_header   =
  pch_source   =
  idlflags += -SS -Sci -Sorb \
              -Wb,export_macro=TAO_Codeset_Export \
              -Wb,export_include=tao/Codeset/codeset_export.h \
              -o Codeset

  Source_Files {
    Codeset
  }

  Header_Files {
    Codeset
  }

  Inline_Files {
    Codeset
  }

  Template_Files {
    Codeset
  }

  Resource_Files {
  }

  PIDL_Files {
  }

  IDL_Files {
    Codeset/CodeSetContext.pidl
  }
}