summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/COIOP_Naming_Test/COIOP_Naming_Test.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/COIOP_Naming_Test/COIOP_Naming_Test.mpc')
-rw-r--r--TAO/orbsvcs/tests/COIOP_Naming_Test/COIOP_Naming_Test.mpc26
1 files changed, 26 insertions, 0 deletions
diff --git a/TAO/orbsvcs/tests/COIOP_Naming_Test/COIOP_Naming_Test.mpc b/TAO/orbsvcs/tests/COIOP_Naming_Test/COIOP_Naming_Test.mpc
new file mode 100644
index 00000000000..c89940b5559
--- /dev/null
+++ b/TAO/orbsvcs/tests/COIOP_Naming_Test/COIOP_Naming_Test.mpc
@@ -0,0 +1,26 @@
+// -*- MPC -*-
+// $Id$
+
+project(*idl): taoidldefaults {
+ IDL_Files {
+ Test.idl
+ }
+ custom_only = 1
+}
+
+project(COIOP_Naming_Test): taoserver, strategies, naming, naming_serv {
+ exename = COIOP_Naming_Test
+ after += *idl
+ Source_Files {
+ TestC.cpp
+ TestS.cpp
+ COIOP_Test.cpp
+ Client_Task.cpp
+ Server_Task.cpp
+ NamingTask.cpp
+ Hello.cpp
+ }
+ IDL_Files {
+ }
+}
+