summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/Scheduling_Service/Scheduling_Service.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/Scheduling_Service/Scheduling_Service.mpc')
-rw-r--r--TAO/orbsvcs/Scheduling_Service/Scheduling_Service.mpc5
1 files changed, 5 insertions, 0 deletions
diff --git a/TAO/orbsvcs/Scheduling_Service/Scheduling_Service.mpc b/TAO/orbsvcs/Scheduling_Service/Scheduling_Service.mpc
new file mode 100644
index 00000000000..5e5f2f2469c
--- /dev/null
+++ b/TAO/orbsvcs/Scheduling_Service/Scheduling_Service.mpc
@@ -0,0 +1,5 @@
+project : orbsvcsexe {
+ depends += RTSched CosNaming Svc_Utils IORTable PortableServer
+ exename = Scheduling_Service
+ libs += TAO_RTSched TAO_CosNaming TAO_Svc_Utils TAO_IORTable TAO_PortableServer
+}