summaryrefslogtreecommitdiff
path: root/TAO/tests/InterOp-Naming/InterOp-Naming.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/InterOp-Naming/InterOp-Naming.mpc')
-rw-r--r--TAO/tests/InterOp-Naming/InterOp-Naming.mpc24
1 files changed, 3 insertions, 21 deletions
diff --git a/TAO/tests/InterOp-Naming/InterOp-Naming.mpc b/TAO/tests/InterOp-Naming/InterOp-Naming.mpc
index 47fba039d91..163fd3de1c3 100644
--- a/TAO/tests/InterOp-Naming/InterOp-Naming.mpc
+++ b/TAO/tests/InterOp-Naming/InterOp-Naming.mpc
@@ -1,39 +1,21 @@
// -*- MPC -*-
// $Id$
-project(*idl): taoidldefaults {
- IDL_Files {
- INS.idl
- }
- custom_only = 1
-}
-
-project(*Server): taoserver, utils, iortable, avoids_corba_e_micro {
+project(*Server): taoserver, utils, iortable {
exename = INS_test_server
- after += *idl
Source_Files {
INS_i.cpp
Server_i.cpp
INS_test_server.cpp
}
- Source_Files {
- INSC.cpp
- INSS.cpp
- }
- IDL_Files {
- }
}
project(*Client): taoclient, anytypecode {
exename = INS_test_client
- after += *idl
after += *Server
Source_Files {
- INS_test_client.cpp
- }
- Source_Files {
INSC.cpp
- }
- IDL_Files {
+ INS_test_client.cpp
}
}
+