summaryrefslogtreecommitdiff
path: root/TAO/examples/POA/On_Demand_Loading/POA_On_Demand_Loading.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/POA/On_Demand_Loading/POA_On_Demand_Loading.mpc')
-rw-r--r--TAO/examples/POA/On_Demand_Loading/POA_On_Demand_Loading.mpc13
1 files changed, 13 insertions, 0 deletions
diff --git a/TAO/examples/POA/On_Demand_Loading/POA_On_Demand_Loading.mpc b/TAO/examples/POA/On_Demand_Loading/POA_On_Demand_Loading.mpc
new file mode 100644
index 00000000000..6c3c72f5505
--- /dev/null
+++ b/TAO/examples/POA/On_Demand_Loading/POA_On_Demand_Loading.mpc
@@ -0,0 +1,13 @@
+// -*- MPC -*-
+// $Id$
+
+project(*Server): taoexe, portableserver {
+ avoids += minimum_corba
+ Source_Files {
+ server.cpp
+ Servant_Activator.cpp
+ Servant_Locator.cpp
+ Servant_Manager.cpp
+ Server_Manager.cpp
+ }
+}