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.mpc4
1 files changed, 4 insertions, 0 deletions
diff --git a/TAO/examples/Quoter/Quoter.mpc b/TAO/examples/Quoter/Quoter.mpc
index a5ed3d19def..159c242befc 100644
--- a/TAO/examples/Quoter/Quoter.mpc
+++ b/TAO/examples/Quoter/Quoter.mpc
@@ -9,6 +9,7 @@ project(*IDL): taoidldefaults {
}
project(*server): namingexe, lifecycle, minimum_corba, utils {
+ exename = server
after += *IDL
Source_Files {
server.cpp
@@ -21,6 +22,7 @@ project(*server): namingexe, lifecycle, minimum_corba, utils {
}
project(*client): namingexe, lifecycle, minimum_corba {
+ exename = client
after += *IDL
Source_Files {
client.cpp
@@ -31,6 +33,7 @@ project(*client): namingexe, lifecycle, minimum_corba {
}
project(*Factory Finder): namingexe, lifecycle, minimum_corba, utils {
+ exename = Factory_Finder
after += *IDL
Source_Files {
Factory_Finder.cpp
@@ -43,6 +46,7 @@ project(*Factory Finder): namingexe, lifecycle, minimum_corba, utils {
}
project(*Generic Factory): namingexe, lifecycle, minimum_corba, utils {
+ exename = Generic_Factory
after += *IDL
Source_Files {
Generic_Factory.cpp