summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_1361_Regression/Bug_1361_Regression.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Bug_1361_Regression/Bug_1361_Regression.mpc')
-rw-r--r--TAO/tests/Bug_1361_Regression/Bug_1361_Regression.mpc22
1 files changed, 0 insertions, 22 deletions
diff --git a/TAO/tests/Bug_1361_Regression/Bug_1361_Regression.mpc b/TAO/tests/Bug_1361_Regression/Bug_1361_Regression.mpc
index 3e3ececcc65..f0247d4c080 100644
--- a/TAO/tests/Bug_1361_Regression/Bug_1361_Regression.mpc
+++ b/TAO/tests/Bug_1361_Regression/Bug_1361_Regression.mpc
@@ -1,49 +1,27 @@
// -*- MPC -*-
// $Id$
-project(*idl): taoidldefaults {
- IDL_Files {
- Test.idl
- }
- custom_only = 1
-}
-
project(*Server): taoserver, messaging {
- after += *idl
Source_Files {
Server_Thread_Pool.cpp
Echo_Caller.cpp
ORB_Task.cpp
server.cpp
- TestC.cpp
- TestS.cpp
- }
- IDL_Files {
}
}
project(*Client): taoclient, messaging {
- after += *idl
after += *Server
Source_Files {
Echo.cpp
ORB_Task.cpp
client.cpp
- TestC.cpp
- TestS.cpp
- }
- IDL_Files {
}
}
project(*Shutdown): taoexe, messaging {
- after += *idl
after += *Client
Source_Files {
shutdown.cpp
- TestC.cpp
- TestS.cpp
- }
- IDL_Files {
}
}