diff options
Diffstat (limited to 'quellcode/versuch3/bench.mpc')
| -rwxr-xr-x | quellcode/versuch3/bench.mpc | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/quellcode/versuch3/bench.mpc b/quellcode/versuch3/bench.mpc new file mode 100755 index 0000000..47ff6de --- /dev/null +++ b/quellcode/versuch3/bench.mpc @@ -0,0 +1,23 @@ +project(*Receiver): rt_server, naming { + requires += exceptions + Source_Files { + cpx.cpp + bench_i.cpp + Receiver.cpp + } + Header_Files { + cpx.h + } +} + +project(*Supplier): rt_client, naming { + requires += exceptions + Source_Files { + cpx.cpp + benchC.cpp + Supplier.cpp + } + Header_Files { + cpx.h + } +} |
