summaryrefslogtreecommitdiff
path: root/TAO/examples/Simple/bank/bank.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Simple/bank/bank.mpc')
-rw-r--r--TAO/examples/Simple/bank/bank.mpc17
1 files changed, 1 insertions, 16 deletions
diff --git a/TAO/examples/Simple/bank/bank.mpc b/TAO/examples/Simple/bank/bank.mpc
index df8debec262..237fef618dd 100644
--- a/TAO/examples/Simple/bank/bank.mpc
+++ b/TAO/examples/Simple/bank/bank.mpc
@@ -1,37 +1,22 @@
// -*- MPC -*-
// $Id$
-project(*IDL): taoidldefaults, anytypecode {
- IDL_Files {
- Bank.idl
- }
- custom_only = 1
-}
-
project(*server): namingexe, iortable, utils {
- exename = server
- after += *IDL
Source_Files {
Account_i.cpp
AccountManager_i.cpp
../Simple_util.cpp
server.cpp
- BankS.cpp
- BankC.cpp
- }
- IDL_Files {
}
}
project(*client): namingexe, iortable, utils {
exename = client
- after += *IDL
+
Source_Files {
BankC.cpp
client.cpp
../Simple_util.cpp
Bank_Client_i.cpp
}
- IDL_Files {
- }
}