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.mpc27
1 files changed, 0 insertions, 27 deletions
diff --git a/TAO/tests/CollocationLockup/CollocationLockup.mpc b/TAO/tests/CollocationLockup/CollocationLockup.mpc
deleted file mode 100644
index c02d02f27f7..00000000000
--- a/TAO/tests/CollocationLockup/CollocationLockup.mpc
+++ /dev/null
@@ -1,27 +0,0 @@
-// -*- MPC -*-
-// $Id$
-
-project: taoexe, portableserver {
- idlflags += -Sc -St
- exename = CollocationLockup
-
- Source_Files {
- ABC.cpp
- ABS.cpp
- SimpleNamingServiceC.cpp
- CollocationLockup.cpp
- }
-}
-
-project(*SimpleNamingService): taoexe, portableserver {
- idlflags += -Sc -St
- exename = SimpleNamingService
-
- IDL_Files {
- SimpleNamingService.idl
- }
-
- Source_Files {
- SimpleNamingService.cpp
- }
-}