summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/RTCorba/Multiple_Endpoints/Common/Common.mpc
blob: bfb4380bccc50cab8d3c8a2228bae8257ecfd642 (plain)
1
2
3
4
5
6
7
8
// $Id$
project(RTCORBA_Common): taolib_with_idl, portableserver {
  avoids += minimum_corba
  sharedname   = RTCORBA_Common
  requires    += rt_corba
  idlflags    += -Wb,export_macro=RTCORBA_COMMON_Export -Wb,export_include=rtcorba_common_export.h
  dynamicflags = RTCORBA_COMMON_BUILD_DLL
}