diff options
author | elliott_c <ocielliottc@users.noreply.github.com> | 2003-04-23 14:55:06 +0000 |
---|---|---|
committer | elliott_c <ocielliottc@users.noreply.github.com> | 2003-04-23 14:55:06 +0000 |
commit | ef875d677125d189489a2298e42fee682c20aead (patch) | |
tree | e46c0f217793b3543e5f5f23b55af42b70b89e20 /TAO/tests/Portable_Interceptors/ForwardRequest | |
parent | d19b6bc702f74c0ab172f11b338e1647f4e4222a (diff) | |
download | ATCD-ef875d677125d189489a2298e42fee682c20aead.tar.gz |
ChangeLogTag: Wed Apr 23 09:53:27 2003 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'TAO/tests/Portable_Interceptors/ForwardRequest')
-rw-r--r-- | TAO/tests/Portable_Interceptors/ForwardRequest/Portable_Interceptors_ForwardRequest.mpc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tests/Portable_Interceptors/ForwardRequest/Portable_Interceptors_ForwardRequest.mpc b/TAO/tests/Portable_Interceptors/ForwardRequest/Portable_Interceptors_ForwardRequest.mpc index 2577db8eb56..1fa7e5bc059 100644 --- a/TAO/tests/Portable_Interceptors/ForwardRequest/Portable_Interceptors_ForwardRequest.mpc +++ b/TAO/tests/Portable_Interceptors/ForwardRequest/Portable_Interceptors_ForwardRequest.mpc @@ -1,4 +1,4 @@ -project: server { +project(Portable Interceptors ForwardRequest Server): server { requires += interceptors idlflags += -Gv -DCORBA3 -I$(TAO_ROOT) @@ -10,7 +10,7 @@ project: server { } } -project: client { +project(Portable Interceptors ForwardRequest Client): client { requires += interceptors idlflags += -Gv -DCORBA3 -I$(TAO_ROOT) |