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.mpc33
1 files changed, 6 insertions, 27 deletions
diff --git a/TAO/tests/CollocationLockup/CollocationLockup.mpc b/TAO/tests/CollocationLockup/CollocationLockup.mpc
index 84844be2a3d..517321c3d53 100644
--- a/TAO/tests/CollocationLockup/CollocationLockup.mpc
+++ b/TAO/tests/CollocationLockup/CollocationLockup.mpc
@@ -1,48 +1,27 @@
// -*- MPC -*-
// $Id$
-project(*idl): taoidldefaults {
- IDL_Files {
- AB.idl
- SimpleNamingService.idl
- }
- custom_only = 1
-}
-
project: taoserver {
+ idlflags += -St
exename = CollocationLockup
- after += *idl
- after += *SimpleNamingService
-
- Source_Files {
- CollocationLockup.cpp
- }
Source_Files {
ABC.cpp
ABS.cpp
- }
- Source_Files {
SimpleNamingServiceC.cpp
- }
-
- IDL_Files {
+ CollocationLockup.cpp
}
}
project(*SimpleNamingService): taoserver {
+ idlflags += -St
exename = SimpleNamingService
- after += *idl
+ IDL_Files {
+ SimpleNamingService.idl
+ }
Source_Files {
SimpleNamingService.cpp
}
- Source_Files {
- SimpleNamingServiceC.cpp
- SimpleNamingServiceS.cpp
- }
-
- IDL_Files {
- }
}