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