summaryrefslogtreecommitdiff
path: root/TAO/examples/Quoter/Quoter.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Quoter/Quoter.mpc')
-rw-r--r--TAO/examples/Quoter/Quoter.mpc27
1 files changed, 1 insertions, 26 deletions
diff --git a/TAO/examples/Quoter/Quoter.mpc b/TAO/examples/Quoter/Quoter.mpc
index a5ed3d19def..e4ac4c10b0d 100644
--- a/TAO/examples/Quoter/Quoter.mpc
+++ b/TAO/examples/Quoter/Quoter.mpc
@@ -1,55 +1,30 @@
// -*- MPC -*-
// $Id$
-project(*IDL): taoidldefaults {
- IDL_Files {
- Quoter.idl
- }
- custom_only = 1
-}
-
project(*server): namingexe, lifecycle, minimum_corba, utils {
- after += *IDL
Source_Files {
server.cpp
Quoter_i.cpp
- QuoterS.cpp
- QuoterC.cpp
- }
- IDL_Files {
}
}
project(*client): namingexe, lifecycle, minimum_corba {
- after += *IDL
Source_Files {
client.cpp
- QuoterC.cpp
- }
- IDL_Files {
}
}
project(*Factory Finder): namingexe, lifecycle, minimum_corba, utils {
- after += *IDL
Source_Files {
Factory_Finder.cpp
Factory_Finder_i.cpp
- QuoterS.cpp
- QuoterC.cpp
- }
- IDL_Files {
}
}
project(*Generic Factory): namingexe, lifecycle, minimum_corba, utils {
- after += *IDL
Source_Files {
Generic_Factory.cpp
Generic_Factory_i.cpp
- QuoterS.cpp
- QuoterC.cpp
- }
- IDL_Files {
}
}
+