summaryrefslogtreecommitdiff
path: root/TAO/tests/OBV/ValueBox/valuebox.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/OBV/ValueBox/valuebox.mpc')
-rw-r--r--TAO/tests/OBV/ValueBox/valuebox.mpc5
1 files changed, 2 insertions, 3 deletions
diff --git a/TAO/tests/OBV/ValueBox/valuebox.mpc b/TAO/tests/OBV/ValueBox/valuebox.mpc
index 64145b1880f..9d07560ab99 100644
--- a/TAO/tests/OBV/ValueBox/valuebox.mpc
+++ b/TAO/tests/OBV/ValueBox/valuebox.mpc
@@ -1,7 +1,7 @@
// -*- MPC -*-
// $Id$
-project(*Server): taoserver, valuetype {
+project(*Server): taoexe, portableserver, valuetype {
IDL_Files {
vb_basic.idl
vb_struct.idl
@@ -22,8 +22,7 @@ project(*Server): taoserver, valuetype {
}
}
-project(*Client): taoclient, valuetype {
- after += *Server
+project(*Client): taoexe, valuetype {
Source_Files {
vb_basicC.cpp
vb_structC.cpp