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