summaryrefslogtreecommitdiff
path: root/TAO/CIAO/examples/Display/HUDisplay.mpc
blob: 1290bde29a3af9c6be181006e19ebfa9b4502865 (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$
// This file is generated with "generate_component_mpc.pl -n HUDisplay"

project(HUDisplay_DnC_stub): ciao_client_dnc {

  sharedname = HUDisplay_DnC_stub
  idlflags += -Wb,stub_export_macro=HUDISPLAY_STUB_Export -Wb,stub_export_include=HUDisplay_stub_export.h -Wb,skel_export_macro=HUDISPLAY_SVNT_Export -Wb,skel_export_include=HUDisplay_svnt_export.h
  dynamicflags   = HUDISPLAY_STUB_BUILD_DLL

  IDL_Files {
    HUDisplay.idl
  }

  Source_Files {
    HUDisplayC.cpp
  }
}

project(HUDisplay_DnC_svnt) : ciao_servant_dnc {
  after +=  HUDisplay_DnC_stub
  sharedname  = HUDisplay_DnC_svnt
  libs    += HUDisplay_DnC_stub

  //idlflags  +=  -Wb,export_macro=HUDISPLAY_SVNT_Export -Wb,export_include=HUDisplay_svnt_export.h

  idlflags  += -Wb,stub_export_macro=HUDISPLAY_STUB_Export -Wb,stub_export_include=HUDisplay_stub_export.h -Wb,skel_export_macro=HUDISPLAY_SVNT_Export -Wb,skel_export_include=HUDisplay_svnt_export.h

  dynamicflags = HUDISPLAY_SVNT_BUILD_DLL



  Source_Files {

    HUDisplayS.cpp

  }
}