summaryrefslogtreecommitdiff
path: root/modules/CIAO/tests/IDL3/Events/Abstract/Abstract.mpc
blob: 83d67de5f392e1440ff688354bdb73a517530d21 (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 Abstract"

project(Abstract_stub): ccm_stub {

  sharedname = Abstract_stub
  idlflags += -Wb,stub_export_macro=ABSTRACT_STUB_Export -Wb,stub_export_include=Abstract_stub_export.h -Wb,skel_export_macro=ABSTRACT_SVNT_Export -Wb,skel_export_include=Abstract_svnt_export.h
  dynamicflags   = ABSTRACT_STUB_BUILD_DLL

  IDL_Files {
    Abstract.idl
  }

  Source_Files {
    AbstractC.cpp
  }
}