summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/CosTrading.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/CosTrading.mpc')
-rw-r--r--TAO/orbsvcs/orbsvcs/CosTrading.mpc16
1 files changed, 14 insertions, 2 deletions
diff --git a/TAO/orbsvcs/orbsvcs/CosTrading.mpc b/TAO/orbsvcs/orbsvcs/CosTrading.mpc
index ad5a4009aed..9965e4208f0 100644
--- a/TAO/orbsvcs/orbsvcs/CosTrading.mpc
+++ b/TAO/orbsvcs/orbsvcs/CosTrading.mpc
@@ -31,11 +31,13 @@ project(CosTrading) : orbsvcslib, core {
CosTradingDynamicC.inl
}
+ Template_Files {
+ }
+
// explicit Resource_Files to avoid including _Skel & _Serv rc files.
- Resource_Files{
+ Resource_Files {
CosTrading.rc
}
-
}
@@ -63,8 +65,12 @@ project(CosTrading_Skel) : orbsvcslib, core, trading, portableserver {
CosTradingReposS.inl
CosTradingDynamicS.inl
}
+
+ Template_Files {
+ }
}
+
project(CosTrading_Serv) : orbsvcslib, core, trading_skel, dynamicany, svc_utils {
sharedname = TAO_CosTrading_Serv
dynamicflags = TAO_TRADING_SERV_BUILD_DLL
@@ -80,4 +86,10 @@ project(CosTrading_Serv) : orbsvcslib, core, trading_skel, dynamicany, svc_utils
Trader
}
}
+
+ Inline_Files {
+ }
+
+ Template_Files {
+ }
}