summaryrefslogtreecommitdiff
path: root/TAO/examples/ior_corbaloc/ior_corbaloc.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/ior_corbaloc/ior_corbaloc.mpc')
-rw-r--r--TAO/examples/ior_corbaloc/ior_corbaloc.mpc32
1 files changed, 4 insertions, 28 deletions
diff --git a/TAO/examples/ior_corbaloc/ior_corbaloc.mpc b/TAO/examples/ior_corbaloc/ior_corbaloc.mpc
index 84647e7b5a1..e461065f445 100644
--- a/TAO/examples/ior_corbaloc/ior_corbaloc.mpc
+++ b/TAO/examples/ior_corbaloc/ior_corbaloc.mpc
@@ -1,48 +1,24 @@
// -*- MPC -*-
// $Id$
-project(*IDL): taoidldefaults {
- IDL_Files {
- corbaloc.idl
- }
- custom_only = 1
-}
-
project(*server): namingexe, portableserver {
- exename = server
-
- after += *IDL
Source_Files {
status_i.cpp
server.cpp
- corbalocS.cpp
- corbalocC.cpp
- }
- IDL_Files {
}
}
-project(*client): namingexe {
- exename = client
-
- after += *IDL
+project(*client): namingexe, portableserver {
Source_Files {
ior_corbaloc_client_i.cpp
client.cpp
- corbalocC.cpp
- }
- IDL_Files {
}
}
-project(*corbaname client): taoclient {
- exename = corbaname_client
-
- after += *IDL
+project(*corbaname client): namingexe, portableserver {
Source_Files {
+ status_i.cpp
corbaname_client.cpp
- corbalocC.cpp
- }
- IDL_Files {
}
}
+