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, 26 insertions, 1 deletions
diff --git a/TAO/examples/Quoter/Quoter.mpc b/TAO/examples/Quoter/Quoter.mpc
index e4ac4c10b0d..a5ed3d19def 100644
--- a/TAO/examples/Quoter/Quoter.mpc
+++ b/TAO/examples/Quoter/Quoter.mpc
@@ -1,30 +1,55 @@
// -*- 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 {
}
}
-