diff options
author | michel_j <michel_j@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2005-05-23 19:53:42 +0000 |
---|---|---|
committer | michel_j <michel_j@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2005-05-23 19:53:42 +0000 |
commit | 0e1a817907df55d9dc7dec2c4e57a38ad29452e1 (patch) | |
tree | aa6d51388ec418faddf2428a758712facc8cec08 /TAO/orbsvcs | |
parent | ee03983df30160c4aa6de3cefc3251d4ec5a0d68 (diff) | |
download | ATCD-0e1a817907df55d9dc7dec2c4e57a38ad29452e1.tar.gz |
ChangeLogTag: Mon May 23 14:50:27 2005 Justin Michel <michel_j@ociweb.com>
Diffstat (limited to 'TAO/orbsvcs')
-rw-r--r-- | TAO/orbsvcs/examples/ImR/Advanced/Advanced.mpc | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/TAO/orbsvcs/examples/ImR/Advanced/Advanced.mpc b/TAO/orbsvcs/examples/ImR/Advanced/Advanced.mpc index 9d611e4a943..fbdc1c2f924 100644 --- a/TAO/orbsvcs/examples/ImR/Advanced/Advanced.mpc +++ b/TAO/orbsvcs/examples/ImR/Advanced/Advanced.mpc @@ -1,6 +1,5 @@ //$Id$ -project(*Manager): orbsvcsexe, portableserver { - requires += exceptions +project(*Manager): orbsvcsexe, portableserver, exceptions { Source_Files { manager_main.cpp Manager_i.cpp @@ -13,8 +12,7 @@ project(*Manager): orbsvcsexe, portableserver { } } -project(*Server): orbsvcsexe, portableserver, iortable { - requires += exceptions +project(*Server): orbsvcsexe, portableserver, iortable, exceptions { Source_Files { server_main.cpp TestServer.cpp @@ -25,8 +23,7 @@ project(*Server): orbsvcsexe, portableserver, iortable { } } -project(*Client): orbsvcsexe { - requires += exceptions +project(*Client): orbsvcsexe, exceptions { Source_Files { client_main.cpp TestClient.cpp |