summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/Cubit/TAO/IDL_Cubit/IDL_Cubit.mpc
diff options
context:
space:
mode:
authorseibelr <seibelr@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-11-24 22:12:20 +0000
committerseibelr <seibelr@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-11-24 22:12:20 +0000
commit47b676670dc9373bc77af80388e0b51e36134738 (patch)
treeaacce0809279e1d142e7b196a84ff10dfbdae4d0 /TAO/performance-tests/Cubit/TAO/IDL_Cubit/IDL_Cubit.mpc
parent3dd4e2fe6c64de3a9db04757eade78d764b578f1 (diff)
downloadATCD-47b676670dc9373bc77af80388e0b51e36134738.tar.gz
Added the ACE and TAO for this branchGH5_0port
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)