summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_1330_Regression/Bug_1330_Regression.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Bug_1330_Regression/Bug_1330_Regression.mpc')
-rw-r--r--TAO/tests/Bug_1330_Regression/Bug_1330_Regression.mpc15
1 files changed, 0 insertions, 15 deletions
diff --git a/TAO/tests/Bug_1330_Regression/Bug_1330_Regression.mpc b/TAO/tests/Bug_1330_Regression/Bug_1330_Regression.mpc
index 803bdf58c37..93a6bb0d168 100644
--- a/TAO/tests/Bug_1330_Regression/Bug_1330_Regression.mpc
+++ b/TAO/tests/Bug_1330_Regression/Bug_1330_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
server.cpp
- TestC.cpp
- TestS.cpp
- }
- IDL_Files {
}
}
project(*Client): taoclient, anytypecode {
- after += *idl
after += *Server
Source_Files {
TestC.cpp
client.cpp
}
- IDL_Files {
- }
}