summaryrefslogtreecommitdiff
path: root/modules/CIAO/tests/IDL3/Homes/Basic/Basic.mpc
blob: f676e9d9b70cda8fc0d11afe8b026d5006c9e25d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// $Id$
// This file is generated with "generate_component_mpc.pl -n Basic"

project(IDL3_Basic_stub): ccm_stub {

  sharedname = Homes_Basic_stub
  idlflags += -Wb,stub_export_macro=BASIC_STUB_Export -Wb,stub_export_include=Basic_stub_export.h -Wb,skel_export_macro=BASIC_SVNT_Export -Wb,skel_export_include=Basic_svnt_export.h
  dynamicflags   = BASIC_STUB_BUILD_DLL

  IDL_Files {
    Basic.idl
  }

  Source_Files {
    BasicC.cpp
  }
}