summaryrefslogtreecommitdiff
path: root/TAO/examples/Persistent_Grid/Persistent_Grid.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Persistent_Grid/Persistent_Grid.mpc')
-rw-r--r--TAO/examples/Persistent_Grid/Persistent_Grid.mpc19
1 files changed, 0 insertions, 19 deletions
diff --git a/TAO/examples/Persistent_Grid/Persistent_Grid.mpc b/TAO/examples/Persistent_Grid/Persistent_Grid.mpc
index ee446f09b4c..d4d326d3fc1 100644
--- a/TAO/examples/Persistent_Grid/Persistent_Grid.mpc
+++ b/TAO/examples/Persistent_Grid/Persistent_Grid.mpc
@@ -1,47 +1,28 @@
// -*- MPC -*-
// $Id$
-project(*IDL): taoidldefaults {
- IDL_Files {
- Grid.idl
- }
- custom_only = 1
-}
-
project(*server): taoserver, utils {
- after += *IDL
- avoids += ace_for_tao
Source_Files {
Grid_i.cpp
Simple_util.cpp
server.cpp
- GridS.cpp
- GridC.cpp
- }
- IDL_Files {
}
}
project(*client): taoexe, utils, portableserver {
- after += *IDL
Source_Files {
GridC.cpp
Simple_util.cpp
Grid_Client_i.cpp
client.cpp
}
- IDL_Files {
- }
}
project(*persistent client): taoexe, utils, portableserver {
- after += *IDL
Source_Files {
GridC.cpp
Simple_util.cpp
Persistent_Client_i.cpp
persistent_client.cpp
}
- IDL_Files {
- }
}