summaryrefslogtreecommitdiff
path: root/TAO/tests/BiDirectional_NestedUpcall/BiDirectional_NestedUpcall.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/BiDirectional_NestedUpcall/BiDirectional_NestedUpcall.mpc')
-rw-r--r--TAO/tests/BiDirectional_NestedUpcall/BiDirectional_NestedUpcall.mpc19
1 files changed, 19 insertions, 0 deletions
diff --git a/TAO/tests/BiDirectional_NestedUpcall/BiDirectional_NestedUpcall.mpc b/TAO/tests/BiDirectional_NestedUpcall/BiDirectional_NestedUpcall.mpc
new file mode 100644
index 00000000000..821605cd9f1
--- /dev/null
+++ b/TAO/tests/BiDirectional_NestedUpcall/BiDirectional_NestedUpcall.mpc
@@ -0,0 +1,19 @@
+project: server {
+ depends += BiDir_GIOP
+ libs += TAO_BiDirGIOP
+ Source_Files {
+ test_i.cpp
+ server.cpp
+ }
+}
+
+project(client): server {
+ depends += BiDir_GIOP
+ libs += TAO_BiDirGIOP
+ exename = client
+ Source_Files {
+ test_i.cpp
+ client.cpp
+ }
+}
+