summaryrefslogtreecommitdiff
path: root/trunk/TAO/tao/Valuetype.mpc
blob: a10c050f1dc9463055b42e0af9a381000294777c (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 : taolib, install, core_anytypecode, avoids_corba_e_micro, tao_versioning_idl_defaults {
  sharedname    = TAO_Valuetype
  dynamicflags  = TAO_VALUETYPE_BUILD_DLL

  Source_Files {
    Valuetype
  }

  Header_Files {
    Valuetype
  }

  Inline_Files {
    Valuetype
  }

  Template_Files {
    Valuetype
  }

  Resource_Files {
    Valuetype
  }

  PIDL_Files {
  }

  IDL_Files {
    idlflags += -SS -Sorb \
                -Wb,export_macro=TAO_Valuetype_Export \
                -Wb,export_include=tao/Valuetype/valuetype_export.h \
                -o Valuetype
    idlflags -= -St
    Valuetype/StringValue.pidl
  }

  Pkgconfig_Files {
    Valuetype/TAO_Valuetype.pc.in
  }
}