summaryrefslogtreecommitdiff
path: root/trunk/TAO/performance-tests/RTCorba/Multiple_Endpoints/Common/Common.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/TAO/performance-tests/RTCorba/Multiple_Endpoints/Common/Common.mpc')
-rw-r--r--trunk/TAO/performance-tests/RTCorba/Multiple_Endpoints/Common/Common.mpc7
1 files changed, 7 insertions, 0 deletions
diff --git a/trunk/TAO/performance-tests/RTCorba/Multiple_Endpoints/Common/Common.mpc b/trunk/TAO/performance-tests/RTCorba/Multiple_Endpoints/Common/Common.mpc
new file mode 100644
index 00000000000..784f3da00c2
--- /dev/null
+++ b/trunk/TAO/performance-tests/RTCorba/Multiple_Endpoints/Common/Common.mpc
@@ -0,0 +1,7 @@
+// $Id$
+project(RTCORBA_Common): taolib_with_idl, portableserver, avoids_minimum_corba, avoids_corba_e_compact, avoids_corba_e_micro {
+ 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
+}