summaryrefslogtreecommitdiff
path: root/TAO/tests/Two_Objects/Two_Objects.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Two_Objects/Two_Objects.mpc')
-rw-r--r--TAO/tests/Two_Objects/Two_Objects.mpc21
1 files changed, 1 insertions, 20 deletions
diff --git a/TAO/tests/Two_Objects/Two_Objects.mpc b/TAO/tests/Two_Objects/Two_Objects.mpc
index 5df5e080f97..1dbe304222f 100644
--- a/TAO/tests/Two_Objects/Two_Objects.mpc
+++ b/TAO/tests/Two_Objects/Two_Objects.mpc
@@ -1,15 +1,7 @@
// -*- MPC -*-
// $Id$
-project(*idl): taoidldefaults {
- IDL_Files {
- Two_Objects.idl
- }
- custom_only = 1
-}
-
project(*Server): taoserver {
- after += *idl
Source_Files {
worker.cpp
First_i.cpp
@@ -17,24 +9,13 @@ project(*Server): taoserver {
Object_Factory_i.cpp
server.cpp
}
- Source_Files {
- Two_ObjectsC.cpp
- Two_ObjectsS.cpp
- }
- IDL_Files {
- }
}
project(*Client): taoclient, anytypecode {
- after += *idl
after += *Server
Source_Files {
- client.cpp
- }
- Source_Files {
Two_ObjectsC.cpp
- }
- IDL_Files {
+ client.cpp
}
}