summaryrefslogtreecommitdiff
path: root/TAO/tests/CollocationLockup/CollocationLockup.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/CollocationLockup/CollocationLockup.mpc')
-rw-r--r--TAO/tests/CollocationLockup/CollocationLockup.mpc48
1 files changed, 48 insertions, 0 deletions
diff --git a/TAO/tests/CollocationLockup/CollocationLockup.mpc b/TAO/tests/CollocationLockup/CollocationLockup.mpc
new file mode 100644
index 00000000000..84844be2a3d
--- /dev/null
+++ b/TAO/tests/CollocationLockup/CollocationLockup.mpc
@@ -0,0 +1,48 @@
+// -*- MPC -*-
+// $Id$
+
+project(*idl): taoidldefaults {
+ IDL_Files {
+ AB.idl
+ SimpleNamingService.idl
+ }
+ custom_only = 1
+}
+
+project: taoserver {
+ exename = CollocationLockup
+
+ after += *idl
+ after += *SimpleNamingService
+
+ Source_Files {
+ CollocationLockup.cpp
+ }
+ Source_Files {
+ ABC.cpp
+ ABS.cpp
+ }
+ Source_Files {
+ SimpleNamingServiceC.cpp
+ }
+
+ IDL_Files {
+ }
+}
+
+project(*SimpleNamingService): taoserver {
+ exename = SimpleNamingService
+
+ after += *idl
+
+ Source_Files {
+ SimpleNamingService.cpp
+ }
+ Source_Files {
+ SimpleNamingServiceC.cpp
+ SimpleNamingServiceS.cpp
+ }
+
+ IDL_Files {
+ }
+}