summaryrefslogtreecommitdiff
path: root/CIAO/docs/tutorials/Quoter/Simple/Stock_Base/Stock_Base.mpc
blob: 6f3cde298ff8ade77a208929d4308969a57555ce (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
42
43
44
45
46
// $Id$
// This file is generated with "generate_component_mpc.pl -n Stock_Base"

project(Stock_Base_stub): ciao_client_dnc {

  sharedname = Stock_Base_stub
  idlflags -= -GT
  idlflags += -Wb,stub_export_macro=STOCK_BASE_STUB_Export \
              -Wb,stub_export_include=Stock_Base_stub_export.h \
              -Wb,skel_export_macro=STOCK_BASE_SKEL_Export \
              -Wb,skel_export_include=Stock_Base_skel_export.h
  dynamicflags   = STOCK_BASE_STUB_BUILD_DLL

  IDL_Files {
    Stock_Base.idl
  }

  Source_Files {
    Stock_BaseC.cpp
  }
}

project(Stock_Base_skel) : ciao_servant_dnc {
  after +=  Stock_Base_stub
  sharedname  = Stock_Base_skel
  libs    += Stock_Base_stub

  idlflags -= -GT
  idlflags += -Wb,stub_export_macro=STOCK_BASE_STUB_Export \
              -Wb,stub_export_include=Stock_Base_stub_export.h \
              -Wb,skel_export_macro=STOCK_BASE_SKEL_Export \
              -Wb,skel_export_include=Stock_Base_skel_export.h
  dynamicflags = STOCK_BASE_SKEL_BUILD_DLL

  IDL_Files {
    Stock_Base.idl
  }

  Source_Files {
    Stock_BaseS.cpp
  }
}