summaryrefslogtreecommitdiff
path: root/tao/TypeCodeFactory/TypeCodeFactory.mpc
blob: 328cef556ad7eadcce21378dd52cc1ebca7b1c15 (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
//$Id$
project(*idl) : tao_versioning_idl_defaults, install {
  custom_only = 1
  IDL_Files {
    idlflags += -SS -Sci -Sorb \
                -Wb,export_macro=TAO_TypeCodeFactory_Export \
                -Wb,export_include=tao/TypeCodeFactory/typecodefactory_export.h \
                -iC tao/TypeCodeFactory
    idlflags -= -Sa -St
    TypeCodeFactory.pidl
  }

  specific {
    install_dir = tao/TypeCodeFactory
  }
}

project(TypeCodeFactory) : taolib, tao_output, install, ifr_client, taoidldefaults {
  after += *idl
  sharedname   = TAO_TypeCodeFactory
  dynamicflags += TAO_TYPECODEFACTORY_BUILD_DLL

  Source_Files {
    *.cpp
    TypeCodeFactoryC.cpp
  }

  Header_Files {
    *.h
    TypeCodeFactoryC.h
    TypeCodeFactoryS.h
  }

  specific {
    install_dir = tao/TypeCodeFactory
  }
}