summaryrefslogtreecommitdiff
path: root/TAO/tests/Hello/Hello.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Hello/Hello.mpc')
-rw-r--r--TAO/tests/Hello/Hello.mpc22
1 files changed, 2 insertions, 20 deletions
diff --git a/TAO/tests/Hello/Hello.mpc b/TAO/tests/Hello/Hello.mpc
index 066f4725953..9a1892855d9 100644
--- a/TAO/tests/Hello/Hello.mpc
+++ b/TAO/tests/Hello/Hello.mpc
@@ -1,37 +1,19 @@
// -*- MPC -*-
// $Id$
-project(*idl): taoidldefaults {
- IDL_Files {
- Test.idl
- }
- custom_only = 1
-}
-
project(*Server): taoserver {
- after += *idl
+ idlflags += -Sa -St
Source_Files {
Hello.cpp
server.cpp
}
- Source_Files {
- TestC.cpp
- TestS.cpp
- }
- IDL_Files {
- }
}
project(*Client): taoclient {
- after += *idl
after += *Server
Source_Files {
- client.cpp
- }
- Source_Files {
TestC.cpp
- }
- IDL_Files {
+ client.cpp
}
}