summaryrefslogtreecommitdiff
path: root/TAO/tests/BiDirectional_NestedUpcall
diff options
context:
space:
mode:
authorelliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-07-18 13:46:42 +0000
committerelliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-07-18 13:46:42 +0000
commite7920dc13ce72392e90b1b0f98891ba321088c93 (patch)
tree2660e43a62560887214912970a161cf48bb9aad5 /TAO/tests/BiDirectional_NestedUpcall
parentfae0a02fbe342bd86cf41fbd365002352844c3fc (diff)
downloadATCD-e7920dc13ce72392e90b1b0f98891ba321088c93.tar.gz
ChangeLogTag: Thu Jul 18 08:46:16 2002 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'TAO/tests/BiDirectional_NestedUpcall')
-rw-r--r--TAO/tests/BiDirectional_NestedUpcall/BiDirectional_NestedUpcall.mpc6
1 files changed, 4 insertions, 2 deletions
diff --git a/TAO/tests/BiDirectional_NestedUpcall/BiDirectional_NestedUpcall.mpc b/TAO/tests/BiDirectional_NestedUpcall/BiDirectional_NestedUpcall.mpc
index 821605cd9f1..13f76fd88ba 100644
--- a/TAO/tests/BiDirectional_NestedUpcall/BiDirectional_NestedUpcall.mpc
+++ b/TAO/tests/BiDirectional_NestedUpcall/BiDirectional_NestedUpcall.mpc
@@ -1,16 +1,18 @@
-project: server {
+project: server, minimum_corba {
depends += BiDir_GIOP
libs += TAO_BiDirGIOP
+
Source_Files {
test_i.cpp
server.cpp
}
}
-project(client): server {
+project(client): server, minimum_corba {
depends += BiDir_GIOP
libs += TAO_BiDirGIOP
exename = client
+
Source_Files {
test_i.cpp
client.cpp