summaryrefslogtreecommitdiff
path: root/TAO/CIAO/examples/handcrafted/BasicSP_EC2/BasicSP.mpc
blob: 41070e5f37eca5bba582a4820cbd4cda6c97e62d (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
// $Id$
// This file is generated with "generate_component_mpc.pl -n HUDisplay"

project(BasicSP_EC2_stub): ciao_client {

  sharedname = BasicSP_stub
  requires += dummy_label
  idlflags += -Wb,stub_export_macro=BASICSP_STUB_Export -Wb,stub_export_include=BasicSP_stub_export.h -Wb,skel_export_macro=BASICSP_SVNT_Export -Wb,skel_export_include=BasicSP_svnt_export.h
  dynamicflags   = BASICSP_STUB_BUILD_DLL
  libpaths += ..\..\..\..\..\lib,..\..\..\..\tao\IFR_Client,..\..\..\..\tao\Valuetype,..\..\..\..\tao,..\..\..\..\..\ace,..\..\..\..\orbsvcs\orbsvcs,..\..\..\..\tao\PortableServer,..\..\..\..\tao\IORInterceptor,..\..\..\..\tao\ObjRefTemplate,..\..\..\..\..\ACEXML\parser\parser,..\..\..\..\..\ACEXML\common,..\..\..\..\tao\IORTable
  libs += TAO_RTEvent

  IDL_Files {
    BasicSP.idl
  }

  Source_Files {
    BasicSPC.cpp
  }
}

project(BasicSP_EC2_svnt) : ciao_server {
  after +=  BasicSP_stub
  requires += dummy_label
  sharedname = BasicSP_svnt
  libs    += BasicSP_stub TAO_RTEvent
  libpaths += ..\..\..\..\..\lib,..\..\..\..\tao\IFR_Client,..\..\..\..\tao\Valuetype,..\..\..\..\tao,..\..\..\..\..\ace,..\..\..\..\orbsvcs\orbsvcs,..\..\..\..\tao\PortableServer,..\..\..\..\tao\IORInterceptor,..\..\..\..\tao\ObjRefTemplate,..\..\..\..\..\ACEXML\parser\parser,..\..\..\..\..\ACEXML\common,..\..\..\..\tao\IORTable

  idlflags  +=  -Wb,export_macro=BASICSP_SVNT_Export -Wb,export_include=BasicSP_svnt_export.h
  dynamicflags = BASICSP_SVNT_BUILD_DLL

  Source_Files {
    BasicSPS.cpp
  }
}