summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/Cubit/TAO/IDL_Cubit/IDL_Cubit.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/performance-tests/Cubit/TAO/IDL_Cubit/IDL_Cubit.mpc')
-rw-r--r--TAO/performance-tests/Cubit/TAO/IDL_Cubit/IDL_Cubit.mpc8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/performance-tests/Cubit/TAO/IDL_Cubit/IDL_Cubit.mpc b/TAO/performance-tests/Cubit/TAO/IDL_Cubit/IDL_Cubit.mpc
index b6f0ceda21a..fb8d3c5430a 100644
--- a/TAO/performance-tests/Cubit/TAO/IDL_Cubit/IDL_Cubit.mpc
+++ b/TAO/performance-tests/Cubit/TAO/IDL_Cubit/IDL_Cubit.mpc
@@ -12,7 +12,7 @@ project(*IDL): taoidldefaults, strategies {
project(*Server): taoexe, utils, portableserver, strategies {
after += *IDL
- avoids += ace_for_tao
+
Source_Files {
RTI_IO.cpp
Cubit_i.cpp
@@ -29,7 +29,7 @@ project(*Server): taoexe, utils, portableserver, strategies {
project(*client): taoexe, portableserver, strategies {
after += *IDL
- avoids += ace_for_tao
+
Source_Files {
RTI_IO.cpp
Cubit_Client.cpp
@@ -41,9 +41,9 @@ project(*client): taoexe, portableserver, strategies {
}
}
-project(*collocation): taoserver, utils, strategies {
+project(*collocation): taoexe, utils, portableserver, strategies {
after += *IDL
- avoids += ace_for_tao
+
// Note : You can't just prepend collocation/ to the exename
// to get it to ouput to that directory. It won't go
// to the right place on some platforms. (Windows)