summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_1627_Regression/Bug_1627_Regression.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Bug_1627_Regression/Bug_1627_Regression.mpc')
-rw-r--r--TAO/tests/Bug_1627_Regression/Bug_1627_Regression.mpc15
1 files changed, 0 insertions, 15 deletions
diff --git a/TAO/tests/Bug_1627_Regression/Bug_1627_Regression.mpc b/TAO/tests/Bug_1627_Regression/Bug_1627_Regression.mpc
index 19a373b79c9..93a6bb0d168 100644
--- a/TAO/tests/Bug_1627_Regression/Bug_1627_Regression.mpc
+++ b/TAO/tests/Bug_1627_Regression/Bug_1627_Regression.mpc
@@ -1,32 +1,17 @@
// -*- MPC -*-
// $Id$
-project(*idl): taoidldefaults {
- IDL_Files {
- Test.idl
- }
- custom_only = 1
-}
-
project(*Server): taoserver, iortable {
- after += *idl
Source_Files {
Test_i.cpp
- TestC.cpp
- TestS.cpp
server.cpp
}
- IDL_Files {
- }
}
project(*Client): taoclient, anytypecode {
- after += *idl
after += *Server
Source_Files {
TestC.cpp
client.cpp
}
- IDL_Files {
- }
}