summaryrefslogtreecommitdiff
path: root/TAO/tests/POA/Persistent_ID/Persistent_ID.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/POA/Persistent_ID/Persistent_ID.mpc')
-rw-r--r--TAO/tests/POA/Persistent_ID/Persistent_ID.mpc22
1 files changed, 1 insertions, 21 deletions
diff --git a/TAO/tests/POA/Persistent_ID/Persistent_ID.mpc b/TAO/tests/POA/Persistent_ID/Persistent_ID.mpc
index da50f0ec27f..de531ab3649 100644
--- a/TAO/tests/POA/Persistent_ID/Persistent_ID.mpc
+++ b/TAO/tests/POA/Persistent_ID/Persistent_ID.mpc
@@ -1,36 +1,16 @@
// -*- MPC -*-
// $Id$
-project(POA_IDL*): taoidldefaults {
- IDL_Files {
- test.idl
- }
- custom_only = 1
-}
-
-project(POA_server*): taoserver, avoids_corba_e_micro {
- after += POA_IDL*
+project(POA_server*): taoserver {
Source_Files {
server.cpp
}
- Source_Files {
- testC.cpp
- testS.cpp
- }
- IDL_Files {
- }
}
project(POA_client*): taoserver {
exename = client
- after += POA_IDL*
after += POA_server*
Source_Files {
client.cpp
}
- Source_Files {
- testC.cpp
- }
- IDL_Files {
- }
}