diff options
author | michel_j <michel_j@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-11-12 22:58:10 +0000 |
---|---|---|
committer | michel_j <michel_j@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-11-12 22:58:10 +0000 |
commit | ec2bcd7b390ec6c54a9d404e5c675c71892ee8b4 (patch) | |
tree | fd350f506c7a46309176e7d773cb5b7a5962c7d3 /TAO/tests/Abstract_Interface | |
parent | 1b130bd06994216696870c1749cca1fc60ee8b00 (diff) | |
download | ATCD-ec2bcd7b390ec6c54a9d404e5c675c71892ee8b4.tar.gz |
Wed Nov 12 16:55:00 2003 Justin Michel <michel_j@ociweb.com>
Diffstat (limited to 'TAO/tests/Abstract_Interface')
-rw-r--r-- | TAO/tests/Abstract_Interface/Abstract_Interface.mpc | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/TAO/tests/Abstract_Interface/Abstract_Interface.mpc b/TAO/tests/Abstract_Interface/Abstract_Interface.mpc new file mode 100644 index 00000000000..6a4e0fa93a5 --- /dev/null +++ b/TAO/tests/Abstract_Interface/Abstract_Interface.mpc @@ -0,0 +1,12 @@ +project(*client) : taoexe, portableserver { + source_files { + client.cpp + } +} + +project(*server) : taoexe, portableserver { + source_files { + server.cpp + test_i.cpp + } +} |