summaryrefslogtreecommitdiff
path: root/TAO/examples/Content_Server/AMI_Iterator/AMI_Iterator.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Content_Server/AMI_Iterator/AMI_Iterator.mpc')
-rw-r--r--TAO/examples/Content_Server/AMI_Iterator/AMI_Iterator.mpc31
1 files changed, 5 insertions, 26 deletions
diff --git a/TAO/examples/Content_Server/AMI_Iterator/AMI_Iterator.mpc b/TAO/examples/Content_Server/AMI_Iterator/AMI_Iterator.mpc
index 3172a2ddd7f..04081ddaae5 100644
--- a/TAO/examples/Content_Server/AMI_Iterator/AMI_Iterator.mpc
+++ b/TAO/examples/Content_Server/AMI_Iterator/AMI_Iterator.mpc
@@ -1,38 +1,17 @@
// -*- MPC -*-
// $Id$
-project(*IDL): taoidldefaults, ami {
- IDL_Files {
- Web_Server.idl
- }
- custom_only = 1
-}
-
-project(*Server): messaging, taoserver, ami, namingexe {
- exename = server
- after += *IDL
- avoids += ace_for_tao
+project(*Server): messaging, taoexe, portableserver, ami, namingexe {
Source_Files {
Content_Iterator_i.cpp
Iterator_Factory_i.cpp
server.cpp
- Web_ServerS.cpp
- Web_ServerC.cpp
- }
- IDL_Files {
- }
+ }
}
-
-project(*Client): messaging, taoserver, ami, namingexe {
- exename = client
- after += *IDL
- avoids += ace_for_tao
+
+project(*Client): messaging, taoexe, portableserver, ami, namingexe {
Source_Files {
client.cpp
Iterator_Handler.cpp
- Web_ServerS.cpp
- Web_ServerC.cpp
- }
- IDL_Files {
- }
+ }
}