summaryrefslogtreecommitdiff
path: root/TAO/tests/CallbackTest/CallbackTest.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/CallbackTest/CallbackTest.mpc')
-rw-r--r--TAO/tests/CallbackTest/CallbackTest.mpc22
1 files changed, 1 insertions, 21 deletions
diff --git a/TAO/tests/CallbackTest/CallbackTest.mpc b/TAO/tests/CallbackTest/CallbackTest.mpc
index 186510c1f55..9bf640dd2b3 100644
--- a/TAO/tests/CallbackTest/CallbackTest.mpc
+++ b/TAO/tests/CallbackTest/CallbackTest.mpc
@@ -1,38 +1,18 @@
// -*- MPC -*-
// $Id$
-project(*idl): taoidldefaults {
- IDL_Files {
- Test.idl
- }
- custom_only = 1
-}
-
project(*Server): taoserver, messaging {
- after += *idl
Source_Files {
Service.cpp
server.cpp
}
- Source_Files {
- TestC.cpp
- TestS.cpp
- }
- IDL_Files {
- }
}
project(*Client): taoclient, portableserver, messaging {
- after += *idl
after += *Server
Source_Files {
Callback.cpp
client.cpp
}
- Source_Files {
- TestC.cpp
- TestS.cpp
- }
- IDL_Files {
- }
}
+