summaryrefslogtreecommitdiff
path: root/TAO/tao/ZIOP/ZIOP.mpc
blob: 8eb56e3ae186e11f704d91114094572973f070ab (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
41
//$Id$
project(*core_idl) : tao_versioning_idl_defaults, install {
  custom_only = 1
  IDL_Files {
    idlflags -= -Sa -St
    idlflags += -Gp -Gd -Sci -SS -Sorb \
                -Wb,export_macro=TAO_ZIOP_Export \
                -Wb,export_include=tao/ZIOP/ziop_export.h \
                -Wb,stub_export_file=ziop_export.h \
                -Wb,include_guard=TAO_ZIOP_SAFE_INCLUDE \
                -Wb,safe_include=tao/ZIOP/ZIOP.h \
                -iC tao/ZIOP -Gxhst
    ZIOP.pidl
  }

  specific {
    install_dir = tao/ZIOP
  }
}

project(ZIOP) : tao_output, install, taolib, compression, pi, taoidldefaults {
  after += *core_idl
  sharedname   = TAO_ZIOP
  dynamicflags += TAO_ZIOP_BUILD_DLL

  Source_Files {
    *.cpp
    ZIOPC.cpp
  }

  Header_Files {
    *.h
    ziop_export.h
    ZIOPC.h
    ZIOPS.h
  }

  specific {
    install_dir = tao/ZIOP
  }
}