diff options
Diffstat (limited to 'TAO/tests/ORT/ORT.mpc')
-rw-r--r-- | TAO/tests/ORT/ORT.mpc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tests/ORT/ORT.mpc b/TAO/tests/ORT/ORT.mpc index 77bf700a045..1d98de2569c 100644 --- a/TAO/tests/ORT/ORT.mpc +++ b/TAO/tests/ORT/ORT.mpc @@ -1,4 +1,4 @@ -project(ORT Server): server { +project(*Server): taoserver { requires += interceptors idlflags += -I$(TAO_ROOT) -Gv @@ -15,7 +15,7 @@ project(ORT Server): server { } } -project(ORT Client): client { +project(*Client): taoclient { requires += interceptors idlflags += -I$(TAO_ROOT) -Gv |