summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/RTCosScheduling.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/RTCosScheduling.mpc')
-rw-r--r--TAO/orbsvcs/orbsvcs/RTCosScheduling.mpc24
1 files changed, 24 insertions, 0 deletions
diff --git a/TAO/orbsvcs/orbsvcs/RTCosScheduling.mpc b/TAO/orbsvcs/orbsvcs/RTCosScheduling.mpc
new file mode 100644
index 00000000000..94148b2c927
--- /dev/null
+++ b/TAO/orbsvcs/orbsvcs/RTCosScheduling.mpc
@@ -0,0 +1,24 @@
+// -*- MPC -*-
+// $Id$
+
+project(RTCosScheduling) : orbsvcslib, install, rtportableserver, interceptors, codecfactory, tao_versioning_idl_defaults {
+ sharedname = TAO_RTCosScheduling
+ idlflags += -Gd -Wb,export_macro=TAO_RTCosScheduling_Export -Wb,export_include=orbsvcs/RTCosScheduling/RTCosScheduling_export.h
+ dynamicflags += TAO_RTCOSSCHEDULING_BUILD_DLL
+ tagchecks += RTCosScheduling
+ requires += dummy_label
+
+ IDL_Files {
+ RTCosScheduling.idl
+ }
+ Source_Files(ORBSVCS_COMPONENTS) {
+ RTCosScheduling {
+ RTCosSchedulingC.cpp
+ RTCosSchedulingS.cpp
+ RTCosScheduling
+ }
+ }
+ Template_Files {
+ }
+}
+