summaryrefslogtreecommitdiff
path: root/TAO/tao/IORTable/IORTable.mpc
blob: 682954ac040713093f8660f377f80f9b8545c8a9 (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
39
40
//$Id$
project(*core_idl) : tao_versioning_idl_defaults, install {
  custom_only = 1
  IDL_Files {
    idlflags += -Gp -Gd -Sci -SS -Sorb \
                -Wb,export_macro=TAO_IORTable_Export \
                -Wb,export_include=tao/IORTable/iortable_export.h \
                -Wb,stub_export_file=iortable_export.h \
                -Wb,include_guard=TAO_IORTABLE_SAFE_INCLUDE \
                -Wb,safe_include=tao/IORTable/IORTable.h \
                -iC tao/IORTable -Gxhst
    IORTable.pidl
  }

  specific {
    install_dir = tao/IORTable
  }
}

project(IORTable) : taolib, tao_output, install, taoidldefaults {
  after       += *core_idl
  sharedname   = TAO_IORTable
  dynamicflags += TAO_IORTABLE_BUILD_DLL

  Source_Files {
    *.cpp
    IORTableC.cpp
  }

  Header_Files {
    *.h
    iortable_export.h
    IORTableC.h
    IORTableS.h
  }

  specific {
    install_dir = tao/IORTable
  }
}